Blogs

  • force:refreshView (getRecordNotifyChange) within a Lightning Web Component

    We’re quite fond of the Lightning UI and the Aura feature (e.force:refreshview) that allows data updates on the current Lightning page, record, or component. We missed this functionality in LWC and observed many resorting to a combination of Aura and LWC to achieve it. However, starting Winter ’21, a new function has arrived in town!…

    Read more…

  • Addressing Apex Heap Size Issues

    Salesforce enforces specific Apex Heap Size Limits, with a limit of 6MB for synchronous transactions and 12MB for asynchronous transactions. These limits are considered governor limits, meaning they are strict and cannot be adjusted. The ‘Apex heap size too large’ error occurs when there is an excessive amount of data stored in memory during processing.…

    Read more…

  • The parent POM and the main project POM are deployed to the Maven repository for sharing

    In real-world projects, the reuse of dependencies across various projects and APIs is a common practice, and a parent POM proves invaluable in such scenarios. It serves as a central hub for efficiently managing shared resources and provides a single point for making modifications that can be applied across all our projects. The parent POM…

    Read more…