Activity Forums Salesforce® Discussions Why sObjects can't be passed as arguments to Future method in Salesforce?

  • Why sObjects can't be passed as arguments to Future method in Salesforce?

    Posted by Shweta on February 14, 2020 at 1:43 pm

    Why sObjects can't be passed as arguments to Future method in Salesforce?

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

    Member
    February 14, 2020 at 1:47 pm

    Hii Shweta,

    The reason why sObjects can’t be passed as arguments to future methods is because the sObject might change between the time you call the method and the time it executes. In this case, the future method will get the old sObject values and might overwrite them.  To work with sObjects that already exist in the database, pass the sObject ID instead (or collection of IDs) and use the ID to perform a query for the most up-to-date record. The following example shows how to do so with a list of IDs

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos