function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vijay NagarathinamVijay Nagarathinam 

best practices, and use cases for asynchronous execution.

best practices, and use cases for asynchronous execution.
brahmaji tammanabrahmaji tammana

Hi Vijay,

For Apex Best practices: 
https://developer.salesforce.com/page/Apex_Code_Best_Practices

Simple use case:
Inactivate (Set the Status field to Inactive) all accounts where the industry type is Banking - Batch Apex.

Thanks

Brahma