Blogs

  • Nonprofit in Salesforce

    Salesforce Article: https://help.salesforce.com/s/articleView?id=sfdo.npsp_get_started_with_nonprofit_cloud.htm&language=en_US&type=5 Answer:

    Read more…

  • Package Menifest

    Read more…

  • Fixing “Implementation restriction: FeedItem requires a filter by Id” in LWC Apex

    If you’ve worked with FeedItem in Apex (especially from LWC, Sites, or Experience Cloud users), you may hit this error: Implementation restriction: FeedItem requires a filter by Id At first glance, this is confusing—because your query already includes filters like ParentId. But the real issue is deeper than SOQL syntax. 🚨 The Misleading Query @AuraEnabled(cacheable=true)…

    Read more…