When To Avoid Batch Apex And Use Queueable Apex In Salesforce
Salesforce has four asynchronous apex ( Queueable Apex, Scheduled Apex, Batch Apex, Future Methods) to run code asynchronously to handle different need of business application. These apex is used for syncing data in two systems, handling longer jobs which will hit Salesforce Governor limits. This asynchronous apex can be used in different use case. This post is to explain […]