Salesforce Certified Platform App Builder — Question 151
DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the internal policy.
How should an app builder automate travel request based on these criteria?
Answer options
- A. Process Builder
- B. Approval process
- C. Workflow rule
- D. Apex
Correct answer: B
Explanation
The correct answer is B, as an Approval process is specifically designed to handle requests that need to be reviewed and approved, which aligns with the need to enforce internal policies for travel requests. Options A (Process Builder) and C (Workflow rule) are more suited for automating actions based on criteria but do not inherently manage approval workflows. Option D (Apex) is a programming solution that is not necessary for automating standard travel request processes.