Introduction to Batch Apex Class in Salesforce
Salesforce, the world’s leading CRM provider, does not allow the execution of DML operations for more than 10,000 records in a single transaction. Due to the governor limits in Salesforce, you won’t be able to perform DML operation for more than 10k records. This is where Batch Apex processing comes into the picture. What is Batch Apex Processing? Batch...
Recent Comments