Future 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