While Solutioning, should we consider the scalability of the Salesforce Application? Should we even think about scalable solutions in Salesforce?
Tag:
batch apex
- QuestionSalesforceSalesforce
Salesforce Interview Question for Asynchronous Apex
by Dhanik Lal Sahni June 30, 2022Asynchronous process helps us in doing long-running operations in the background so that it will not impact application performance. This post has Salesforce Interview Question for Asynchronous Apex.
Loops are the primary source of CPU time consumption. If we have used nested loops then it will consume resources quickly. This post will help us in optimizing the loop in apex Code.
- ApexArchitectureIntegrationSalesforce
Avoid Batch Apex and Use Queueable Class
by Dhanik Lal Sahni November 5, 2021Salesforce has four asynchronous apex which can handle long running job. This post will explain where to avoid batch apex and use Queueable Class instead.