Tag Archives: batch apex

Batch Apex in Salesforce

What is Batch Apex? Batch Apex If we want to process large number of records on daily basis or nightly basis, or specific time of interval then there is a possibility of encountering governing limits. To resolve the governing limits issue, we will run the operation as asynchronous operation using batch apex. Batch apex will… Read More »

All Contact Names Update using Batch Apex in salesforce

Hi guys, here we are going to explain how to update all contact last name records with lastname +’salesforcecodes’. Apex Class To check the output, call the apex class in debug Anonymous window. on the top ==> debug || debug Anonymous window call the class as shown in below image. Share this…WhatsappFacebookEmail