• Amarender Pasham 3
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
We have a requirement to evaluate territory rules based on a precedence and assign the top most precedence territory (If multiple territories meet rule criteria). 

Rule 1 : Precedence 1
Group = XYZ  and Billing Post Code = 94404

Rule 2 : Precedence 2
Group = XYZ  and Billing Post Code StartsWith 944

Rule 3 : Precedence 3
DUNS = 12346789  and Billing Post Code = 94404

Example 1: Account ABC1 has field Group = XYZ with Billing Post Code = 94404 and DUNS = 123456789

This Account should be associated to Rule 1 Only. 

Example 2: Account ABC2 has field Group = XYZ with Billing Post Code = 94403 and DUNS = 123456789

This Account should be associated to Rule 2 Only. 

Example 3: Account ABC3 has field Group = XYA with Billing Post Code = 94404 and DUNS = 123456789

This Account should be associated to Rule 3 Only. 

Please share if you have an implementation approach.
We have a requirement to evaluate territory rules based on a precedence and assign the top most precedence territory (If multiple territories meet rule criteria). 

Rule 1 : Precedence 1
Group = XYZ  and Billing Post Code = 94404

Rule 2 : Precedence 2
Group = XYZ  and Billing Post Code StartsWith 944

Rule 3 : Precedence 3
DUNS = 12346789  and Billing Post Code = 94404

Example 1: Account ABC1 has field Group = XYZ with Billing Post Code = 94404 and DUNS = 123456789

This Account should be associated to Rule 1 Only. 

Example 2: Account ABC2 has field Group = XYZ with Billing Post Code = 94403 and DUNS = 123456789

This Account should be associated to Rule 2 Only. 

Example 3: Account ABC3 has field Group = XYA with Billing Post Code = 94404 and DUNS = 123456789

This Account should be associated to Rule 3 Only. 

Please share if you have an implementation approach.