SOLVED

Using Inferred Country to assign leads

Go to solution
Anonymous
Not applicable
We have an international sales staff and want to assign leads by the country the lead is in. I have been having some issues with this. Any suggestions?


Right now it is
Smartlist: Fills out form
Flow: Sync Lead to SFDC
Choice 1: If Inferred Country is Canada assign to: Salesperson A
Choice 2: If Inferred Country is Portugal assign to: Salesperson B

etc.
1 ACCEPTED SOLUTION
Josh_Hill13
Level 10 - Champion Alumni

I would go further with your list or Segmentation:

Country IS/CONTAINS "CA, Canada"
OR
(Inferred Country IS "Canada" AND Country IS EMPTY)

You need to remember that the fields are not always filled in a standard way, so check the pop up values for variations.
 

I would also shy away from using Inferred Country except when Country is empty. It's not 100% reliable.

But what exactly is the problem you have?

View solution in original post

3 REPLIES 3
Anonymous
Not applicable
It was changing the lead owner in SF. It would assign it to Salesperson A and then B.
Josh_Hill13
Level 10 - Champion Alumni

I would go further with your list or Segmentation:

Country IS/CONTAINS "CA, Canada"
OR
(Inferred Country IS "Canada" AND Country IS EMPTY)

You need to remember that the fields are not always filled in a standard way, so check the pop up values for variations.
 

I would also shy away from using Inferred Country except when Country is empty. It's not 100% reliable.

But what exactly is the problem you have?

Dory_Viscoglio
Level 10
Hi Casey, can you highlight the issues that you're having?