Scenarioes to use future class in salesforce
Below are the common scenarios to use future class in salesforce : A future method runs in the background. it is asynchronous. It is mainly used for long-running operations. Future class Basics and limitations: Click Here Disadvantages of Future class: Click Here A benefit of using future methods is that some governor limits are higher, […]
Read MoreFuture Class in Salesforce
Let’s understand, What is a Future class in salesforce is and its importance. The future class is used for long-running operations, It will run in the background. It is an Asynchronous. It will run the Process in a separate thread when the resource is available. We can define the Future class with @future annotation. Syntax […]
Read More