Activity Forums Salesforce® Discussions Can we make callout from batch apex in Salesforce?

  • Ratnesh

    Member
    February 4, 2020 at 2:28 pm

    Callout from triggers are currently not supported. As a workaround you can invoke callouts from triggers by encapsulating the callouts in @future methods. To execute callouts in batch apex, the class will also need to implement the Database. AllowsCallouts interface. By default, Salesforce will process 200 records at a time.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos