Salesforce Certified Advanced Administrator — Question 154
Sales managers at Ursa Major Solar have asked for some additional automation around opportunity reminders. If the opportunity is in the Proposal stage a week before the close date, they want an email sent to the opportunity owner and manager. If the Budget Approved custom field is checked, the managers want to be notified immediately.
How should these requirements be met without using code?
Answer options
- A. Create a record-triggered flow with scheduled paths. Configure the trigger to flow before the record is saved.
- B. Create a schedule-triggered flow for the Opportunity object. Configure the trigger to flow daily.
- C. Create a schedule-triggered flow. Configure the trigger to flow weekly.
- D. Create a record-triggered flow with scheduled paths. Configure the trigger to flow after the record is saved.
Correct answer: D
Explanation
The correct answer is D because a record-triggered flow with scheduled paths allows for immediate notifications based on the condition of the Budget Approved field and also manages reminders a week before the close date. Option A is incorrect as it triggers before the record is saved, which won't allow for the necessary checks on the opportunity's status. Options B and C do not meet the requirement of sending immediate notifications or handling the Proposal stage reminder appropriately.