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

  • 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