You need to sign in to do that
Don't have an account?

Territory management at the county level
How would you go about developing territory management functionality at the county level in SF.com?
We would like the ability to define territories by their 5 digit FIPS code and then assign each county to a sales rep.
We have tried using the roles approach, but can only get down to a user level, not geography.
We would like the ability to define territories by their 5 digit FIPS code and then assign each county to a sales rep.
We have tried using the roles approach, but can only get down to a user level, not geography.
- Create a custom field with a formula as the data type.
- In the formula define territories by their 5 digit FIPS code which would represent the Counties
- Then assign the County
I've done this for our Inside Sales Group at the State Level, and will be doing the same by ZIP for our Sales Org.
Here's an example:
// Displays the Inside Sales Region for the Inside Sales Group. If the Inside Sales Region displays "Other" it's because the Billing State/Province is not in a two letter syntax. //
IF(LEN( {!State})=0, "Update Billing State!",
IF(CONTAINS("WA
IF(CONTAINS("OH:KY:TN:AR:MO:IL:IA:WI:MN:ND:SD:NB:KS
IF(CONTAINS("ME:NHVT:NY:MA:CT:RI:NJ", {!State}), "North East",
IF(CONTAINS("MD
IF(CONTAINS("AB
Try using zip code ranges. For example:
Billing Zip >= 90000 AND Billing Zip <= 93000
Hi All,
I want to use this discussion thread to post a question of my own.
We also have a similar Territory hierarchy where we have zip codes.
But my question is - Salesforce has a limit of 500 Territories for an organization.
We have so many zip codes, which is definitely higher than 500.
Does it mean Salesforce TM doesn't help us?
Please let me know.
Thanks,
Chellappa