Activity Forums Salesforce® Discussions Can we call future method from Queueable in salesforce?

  • Can we call future method from Queueable in salesforce?

    Posted by Ayush on May 6, 2020 at 10:26 am

    Can we call future method from Queueable in salesforce?

    Marziya replied 4 years ago 2 Members · 1 Reply
  • 1 Reply
  • Marziya

    Member
    May 6, 2020 at 1:33 pm

    Future methods cannot be monitored, but queueable apex can be monitored using the job id which is returned by System. enqueueJob() In execution cycle, you cannot call from one future method to another future method. Its achieved inqueueable class by using the Chaining Jobs.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos