Salesforce Certified Platform App Builder — Question 116
The app builder at Universal Containers has been asked to ensure that when an Opportunity record exceeding $20k is being saved, details have been captured in the Comments field.
What can be used to meet this requirement?
Answer options
- A. Process Builder
- B. Validation Rule
- C. Approval Process
- D. Workflow
Correct answer: B
Explanation
A Validation Rule is the best solution because it can enforce the requirement that the Comments field must be populated when the Opportunity value exceeds $20,000. Process Builder and Workflow are more suited for automating actions rather than enforcing data entry rules, and an Approval Process is not applicable in this scenario as it is used for managing the approval workflow rather than validating data inputs.