Holdout Policy Configuration
When accounts change ownership between sales representatives, it is sometimes a common practice to allow the outgoing representative to keep working on opportunities in flight to have the opportunity to close out sales and commissions they have put significant effort into. Typically Holdout (or Holdover) policies allow the outgoing representative to keep working on the opportunity ownership for a determined duration of time (such as the length of an average sales cycle). If the deal is not closed during this time, the open opportunities are then assigned to the incoming sales representative to attempt to close.
The Fullcast Holdout policy is designed to support the automation of this process.
Pre-requisite for Managing holdouts
The creation of the policy happens in Fullcast environment, but the execution of the policy happens in the Salesforce environment. For any policy to be executed, the following three steps are necessary.
- Configuring a Flow in the Salesforce Environment.
- Configuring the Policy in Fullcast Environment.
- Creating a Scheduler for Holdout Policy
Configure the Holdout Policy in the Motion Module
Holdout Selection Criteria
It's very common to have restrictions on the type of open opportunities that are eligible for holdout treatment. This is done to make sure that opportunities in holdout state are given due attention to ensure the best customer experience. For example - if the outgoing representative has too many open opportunities, they may not be able to deal with all of them while transitioning to a new role and this may result in sub-optimal coverage of that customer opportunity. Or the outgoing sales representative could tie up early stage opportunities where it's reasonable to let the incoming sales representative work the deal. Typically, restrictions are placed on opportunities that can qualify - such as later stage opportunities, higher value opportunities or even a limit of the number of opportunities an outgoing representative can hold onto.
Stage 1: Adding condition to select Open opportunities
- Add selective condition or group conditions to manage the open opportunities.
- Click on + near add tab. Select add condition from the drop-down menu, if there is only one specific condition that needs to be added.
- Select add group from the drop-down menu, if there are group of conditions that needs to be met.
- Check the box to limit the number of open opportunities given to a particular Sales Representative. Ideal maximum limit is 100.
- Select the sorting pattern and on what criteria/field the opportunities had to be ordered.
Sample conditions **Eg, Amount is greater than 5000, Stage does not equal to Prospecting** where Amount and Stage are fields in the Opportunity records.
Sample of Opportunity team record in Salesforce Environment
- Select the number of days to stamp the holdout, during an ownership change.
- When the holdout expires and if the opportunity is still open, select to whom the opportunity needs to be assigned to, the Account owner or the person in a specific role.
Stage 3: Exception Handling
- A default user can be assigned from the drop-down menu for handling situations where the person to whom the open opportunities are to be assigned is somehow not available or deactivated in the system. In this case, the opportunity is assigned to a default user.
- If the ownership of the account changes hands multiple times when there are active holdouts still in play, you can specify how this situation is to be handled. You can select whether to keep the existing holdout or overwrite it from the drop-down menu available.
Configure the Salesforce Flow
A Salesforce flow is used to call into the holdout policy at the appropriate time based on the criteria specified in the flow. Below is the basic configuration of the flow.
Entry Criteria
- Create a new record-triggered flow
- Since we will be triggering off a change in account ownership, the object should be Account
- The flow should only run when the account record is updated
- For the entry conditions, the starting point is to trigger the flow when the account owner changes. If there are more specific entry criteria, you should add the criteria as entry criteria as to prevent the flow and holdout policy running when it doesn't need to
- Optimize the Flow for: Actions and Related Records
Add an action element which calls into the Policy Handle
- Policy Type = HoldoutPolicy
- This is case sensitive and doesn't contain a space
- RecordId is just the reference to the recordId which triggered the flow
- InputVal1 = The tag used to match to the corresponding policy in motion
- InputVal2 = Reference the territory of the account
- This is used to know which holdout policy to apply if there are multiple policies at different territories
- InputVal3, InputVal4, and InputVal5 should be left off
After completing this element, save and activate the flow
Configuring the Fullcast Job
The Fullcast Job is also know as the Fullcast Scheduler. This is a feature which can be used to trigger and record triggered automation at a specified interval. This is similar to the Scheduled Flows in Salesforce, but you can choose the option to run these more often than once per day. Click here to learn more about the scheduler.
For the Holdout Policy, a Fullcast Job is used to clean up expired holdouts.
- Navigate to the Fullcast Job Object.
- Note: If you select the nine dots in Salesforce and do not see the Fullcast Job object, then you need to create a tab for it.
- Create a new Fullcast Job
- Job Name: Holdout Policy
- Object Name: Account
- Spark Field and Spark Field Value are required in the UI, but are not used for the Holdout Policy Job. Therefore, we usually reference the Description field and put whatever value we want in Spark Field Value. The Spark Field has to reference an actual fields api name.
- ExecutePolicy: HoldoutPolicy
- Start Time: Whenever you want it to start running
- Frequency: 1440
- This can be more often if you'd like
- Batch: We recommend starting around 20 since this will change the Opportunity Owner.
Enabled: True
Navigate to Setup -> Custom Metadata Types -> Fullcast Policy Setting -> Scheduler Job Frequency. Confirm that this is less than the Frequency used in the Holdout Policy Job.
From the main Fullcast Job Tab, select the Holdout Policy Job and then select "Start Scheduler".
The Holdout Policy is configured and ready for testing.
Considerations
After the holdout policy expires and the Fullcast job updates open opportunities. The Holdout Owner on the Opportunity Team will remain and the expiration date will be removed.