Activity Forums Salesforce® Discussions If we doesn't define batch chunk size in batch class of salesforce, how does it actually works?

  • Abhinav

    Member
    August 5, 2016 at 11:26 am

    Hi Pranav,

    If no size is specified with the optional scope parameter of Database.executeBatch, Salesforce chunks the records returned by the start method into batches of 200. The system then passes each batch to the execute method. Apex governor limits are reset for each execution of execute.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos