Delaying Distribution

 

In some circumstances you may want to delay distribution of a record for a period of time. An example may be if you have other automations that you want to give time to update the record before it is assigned.

To accomplish this, you'll first need to build a formula field that determines when the record is ready. For our example we are going to build a formula checkbox field that delays for 5 minutes after a record is created. 

 

  • In Salesforce go to Setup/Object Manager and then choose the object you are editing and Fields and Relationship:

 

  • Create a New field of type Formula and Formula Return Type = Checkbox. We've called ours "Ready to Distribute?"
    • The formula you will enter will be:

NOW() >= (CreatedDate + 5/1440)

  • The 5 represents our 5 minutes and the 1440 represents the number of minutes in the day. You can use any Date/Time Field here. For example if you wanted LastModified vs Created. 

 

  • We now need to add this to our distributor as a filter. We want to filter to leads that have "Ready to Distribute?" equal to true. 

 

This configuration will allow you to delay distribution of records until they have been created for more than 5 minutes. 

If a record matches multiple distributors and the formula changes during processing of all teams, it is possible for a record to distribute from a team/distributor lower on the list then intended. 

 

How did we do?

Assigning Contacts - Pairing SDRs and AEs

Enforce Cap for Manually Assigned Records

Contact