Salesforce Certified Platform App Builder — Question 250
What are the steps for creating a dynamic approval process?
Answer options
- A. Create (user) lookup fields on the object being approved, Create a custom object as an approval matrix, Populate the approval matrix record, Create Apex code to populate the user fields from the approval matrix record, Create or update an approval process to utilize the new lookup fields.
- B. Create standard object as an approval matrix.
- C. Create an approval process.
- D. All of the above.
Correct answer: A
Explanation
Option A is correct because it outlines all the necessary steps to create a dynamic approval process, including setting up lookup fields and populating the approval matrix. Options B and C are incomplete as they do not provide the full procedure required for a dynamic approval process, and option D cannot be correct since not all listed options are valid steps.