Activity Forums Salesforce® Discussions What is the Callout Limits within Batch Apex in salesforce?

  • Kumar

    Member
    January 30, 2017 at 6:43 am

    Hi Vikas,

    It's per each call of execute() in the batch, so for each "batch", you can call up to 10 HTTP callouts.

    If the callout can handle multiple records at a time, do so, and batch up to 10 callouts per batch, otherwise, set the batch scope to 1, so each apex batch handles one record at a time.

    Hope this helps.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos