Salesforce-Platform-Administrator-II Practice Test
Salesforce Spring 25 Release 219 Questions
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?
A. Create a schedule-triggered flow. Configure the trigger to flow weekly.
B. Create a record-triggered flow with scheduled paths. Configure the trigger to flow after
the record is saved.
C. Create a record-triggered flow with scheduled paths. Configure the trigger to flow before
the record is saved.
D. Create a schedule-triggered flow for the Opportunity object. Configure the trigger to flow
daily.
B. Create a record-triggered flow with scheduled paths. Configure the trigger to flow after
the record is saved.
Explanation:
A record-triggered flow lets you automate actions when a record is created or updated. You
can use scheduled paths to schedule actions relative to a date field on the record, such as
close date. You should configure the trigger to flow after the record is saved so that you
can access the updated field values.