function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TheRotnelsonTheRotnelson 

Queueable Apex. What happends when Object change?

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.

For Queueable apex you cann pass Sobject as a parameter, what happends if the record change between the time you call and the time it executes?