This is the third challenge of the course, which will be followed by the work check in the next lesson. For this challenge we will be creating a platform event trigger process that utilizes custom metadata types for settings.
Resource:
Install Setup Components - Setup: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004slmRAAQ
In this lesson, we review the work and solution for Challenge 3.
Resource:
Install Example Solution - Solution: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004slmWAAQ
We have now progressed to the point of being ready to address Asynchronous Apex. We will start off this section discussing Scheduled Apex.
To invoke Apex classes to run at specific times, first implement the Schedulable interface for the class, then specify the schedule using either the Schedule...
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.
Resource:
Future Methods - https://developer.salesforce.com/docs/atlas.en-us...