May 2019
Intermediate to advanced
546 pages
12h 41m
English
You saw this earlier during the chapter about the annotations. The @future annotation means that the code in the method will run asynchronously (when Salesforce resources are available). So, it can be 10 seconds later, but also for 2 minutes. This functionality will typically be used during callouts to external web services (@future(callout=true)).
The @future functionality has the following limits:
Read now
Unlock full access