Salesforce Certified Platform App Builder — Question 39
Universal Containers wants sales reps to get permission from their managers before deleting Opportunities.
What can be used to meet these requirements?
Answer options
- A. Approval Process with Time-Dependent Workflow action.
- B. Approval Process with Apex Trigger.
- C. Two-step Approval Process.
- D. Process Builder with Submit for Approval Action.
Correct answer: B
Explanation
The correct answer is B, as an Approval Process with Apex Trigger allows for custom logic to be implemented, enabling the permission requirement for Opportunity deletions. Option A is incorrect because Time-Dependent Workflow actions cannot directly manage deletion permissions. Option C, while it mentions a two-step approval, does not specifically address the need for Apex Trigger functionality. Option D uses Process Builder, which is not suitable for enforcing deletion permissions in this context.