The Queueable interface enables you to add jobs to the queue and monitor them. Using the interface is an enhanced way of running your asynchronous Apex code compared to using future methods.
Resources:
Queueable Apex - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_queueing_jobs.htm
Execution Governors and Limits - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm#asyncExecutionLimit
To use batch Apex, write an Apex class that implements the Salesforce-provided interface Database.Batchable and then invoke the class programmatically.
To monitor or stop the execution of the batch Apex job, from Setup, enter Apex Jobs in the Quick Find box, then select Apex Jobs.
Resource:
Usi...
We are now in the Extending Declarative Functionality section of this course. We get started with discussing Invocable Methods. Use the InvocableMethod annotation to identify methods that can be run as invocable actions.
Resource:
InvocableMethod Annotation
Use the InvocableVariable annotation to identify variables used by invocable methods in custom classes.
Here is the text of the email I received back from Salesforce:
Your salesforce.com request to convert a lead into the following records has successfully completed:
Account: Blues Entertainme...