Activity Forums Salesforce® Discussions What are the Use of future method in Salesforce?

  • Anuj

    Member
    May 27, 2020 at 1:48 pm

    Future methods are used to run the process in a separate thread, at later time when system resources are available. We can use future methods for any operation we would like to run asynchronously in its own thread.

  • Kirandeep

    Member
    May 27, 2020 at 3:51 pm

    A future method runs in the background, asynchronously.You can call a future method for executing long-running operations, such as callouts to external Web services or any operation you’d like to run in its own thread, on its own time.It prevents from mixed DML error.

  • Pooja

    Member
    May 27, 2020 at 3:56 pm

    Future methods are used to run the process in a separate thread, at later time when system resources are available.

Log In to reply.

Popular Salesforce Blogs

Success Stories – How DemandBlue Helped Its Clients Improve Revenue Recognition with Salesforce Revenue Cloud Implementation

Blog in

Businesses that deal with subscription-based contracts, usage-based billing or other complex contracts face several difficulties in managing their billing cycle. Though Salesforce CPQ implementation does the heavy-lifting…

Popular Salesforce Videos