Activity Forums Salesforce® Discussions Can @future method call other @future method in salesforce, if not why?

  • Can @future method call other @future method in salesforce, if not why?

    Posted by Anuj on May 4, 2020 at 2:20 pm

    Can @future method call other @future method in salesforce, if not why?

    Pooja replied 4 years, 6 months ago 3 Members · 2 Replies
  • 2 Replies
  • Deepak

    Member
    May 4, 2020 at 3:47 pm

    You cannot call another future method from a future method. As per Salesforce documentation, You cannot call a method annotated with future from a method that also has the future annotation. If you do not have dependency between f1 & f2, you can call both methods one by one from original class.

  • Pooja

    Member
    May 4, 2020 at 4:44 pm

    You cannot call another future method from a future method.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos