Blogs

  • 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…

  • Refresh Dashboard Automatically in Salesforce

    Introduction to Salesforce Dashboard Auto-Refresh Salesforce dashboards help organizations track KPIs, sales funnels, service queues, and performance trends. However, Salesforce does not automatically refresh dashboards in Lightning. Users may see outdated data unless they manually click Refresh. This manual effort becomes inefficient when: That’s why solutions that refresh dashboard automatically in 15 minutes have become…

    Read more…

  • Deploy a Configuration Component for a Platform-Event Trigger to Override the Automated Process User

    REQUIREMENT I am trying to override the Automated Process user with another user for a platform event. SOLUTION There is a solution is Salesforce, Salesforce documentation says: In accordance with the second article, we can try to accomplish the goal by: In this example, I am gonna explain the second approach, the first approach is…

    Read more…