Activity Forums Salesforce® Discussions What is batch in salesforce?

  • Deepak

    Member
    September 4, 2020 at 3:41 pm

    Batch Apex is used to run large jobs (think thousands or millions of records!) that would exceed normal processing limits. Using Batch Apex, you can process records asynchronously in batches.

  • Aditya

    Member
    September 5, 2020 at 8:10 am

    In Salesforce Batch Apex is used to perform amount of jobs in a form of bunch which avoid the governor limits.

  • Marziya

    Member
    September 7, 2020 at 8:21 am

    Batch Apex is used to run large jobs (think thousands or millions of records!) that would exceed normal processing limits. Using Batch Apex, you can process records asynchronously in batches (hence the name, “Batch Apex”) to stay within platform limits. ... Here's how Batch Apex works under the hood.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos