A Salesforce Administrator is tasked with implementing a custom Service Level Agreement (SLA) for high-priority enterprise support cases. The requirement dictates enforcing a mandatory 2-hour initial response time and automatically sending an email notification to the Support Director 30 minutes before a milestone violation occurs. What is the correct sequence of administrative steps required to configure and deploy this Entitlement Process in Salesforce?
- 1Create a master Milestone Type named 'Initial Customer Response' in Setup.
- 2Create a new Entitlement Process master record, specifying Case entry/exit criteria and Business Hours.
- 3Add the 'Initial Customer Response' Milestone to the Entitlement Process and configure the target time trigger to 120 minutes.
- 4Add a Warning Action to the milestone set for 30 minutes before completion to send an email alert to the Support Director.
- 5Activate the Entitlement Process to enable assignment to customer Entitlement records.
Answer
The correct implementation sequence starts with creating the 'Initial Customer Response' Milestone Type in Setup, followed by creating the master Entitlement Process record, adding the Milestone with its 120-minute trigger time, configuring the 30-minute Warning Action email alert under the milestone, and finally activating the Entitlement Process.
The configuration follows Salesforce's mandatory object dependency lifecycle: global setup objects (Milestone Types) must precede process containers (Entitlement Processes), followed by child entries (Milestones and Milestone Actions), ending with process activation to lock structural changes and allow operational deployment.
Step-by-Step Solution
Key Concept
Entitlement Process and Milestone Configuration Workflow Sequence