What are rulesets?
A ruleset is a rule or group of rules that will be leveraged in order to determine assignment.
In the past, rules were a part of queues - we have decoupled them to make them a re-usable asset across products.
What types of rules can you create?
You can create ownership rules as well as general string-based rules.
Ownership Rules
Ownership rules are configured to route an existing record to the owner in your salesforce system if one exists, given the team pairing.
All Fields
All fields will be used to create general string-based rules.
Can you leverage "ownership fields" and "all fields" in the same ruleset?
Yes!! You can have both rule types in the same ruleset with an "OR" operator to designate either rule should hit. Alternatively, you can use an "AND" operator to designate both rules that need to be true in order to run.
For example:
What does this mean?! It means you can create a rule similar to the following:
Related Lead, Lead Status = Contacted AND Lead Owner, Email = Assignee Email Address
What are the operators?
|
Example |
|
is equal to |
Company equals Sam’s Club |
Single |
is not equal to |
Company does not equal Sam’s Club |
Single |
is any of |
Company is any of: Sam’s Club, Chili Piper, etc. |
|
is not any of |
Company is not any of: Sam’s Club, Chili Piper, etc. |
|
contains |
Company contains Club |
Single |
does not contain |
Company does not contain Club |
Single |
contains any of |
Company contains any of: Club, Piper, etc. |
|
is less than |
Revenue is less than 5 |
|
is greater than |
Revenue is greater than 5 |
|
is less than or equal to |
Revenue is less than or equal to 5 |
|
is greater than or equal to |
Revenue is greater than or equal to 5 → only one numerical value |
|
starts with |
Company starts with C |
Single |
starts with any of |
Company starts with C, P |
|
is not empty |
cannot enter any value |
|
is empty |
cannot enter any value |
|