Activity Forums Salesforce® Discussions Can we call a future method in another future method in Salesforce?

  • Mohit

    Member
    December 19, 2016 at 12:56 pm

    Hi Sushant,

    You cannot call a future method from another future method as both them are asynchronous. In salesforce you cannot call one asynchronous function into another asynchronous method.

    As per the salesforce documentation:-

    You cannot call a method annotated with future from a method that also has the future annotation. Nor can you call a trigger from an annotated method that calls another annotated method.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos