This is the fourth challenge of this course. In this challenge, we will be creating a flow that runs an asynchronous job.
The Flow.Interview class provides advanced controller access to flows and the ability to start a flow.
Resources:
Interview Class - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/flow_interview_class.htm
Install Setup Components: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004slqdAAA
In this lesson, we check our work for the fourth challenge.
Resource:
Install Example Solution: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3h000004slqiAAA
We are now in the Testing and Debugging section of the course. This lesson introduces you to Apex testing.
Resource:
Understanding Testing in Apex - https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_intro.htm
In this lesson, we create a basic test class.