Hi everyone, I am having trouble setting a field v...
# general
s
Hi everyone, I am having trouble setting a field value with a workflow. When a lead is created (either manually in the UI or through web services) I want to set a custom field with the Country from the Lead's billing address. I am getting an error because it is trying to set the country with the two letter abbreviation, e.g. US instead of United States. The field is expecting the full length country name. Unfortunately, I can't change the field because it is already being reference in other searches and scripts. Any ideas? TIA!
r
can you show us what settings you using in the workflow action
Billing country & billing country code are different fields, what field are you sourcing from
{billcountry} & {billcountrycode}
{stdentitycountryname} is also a field, not sure what the output is tho
s
I'm using {billcountry} and the output was US instead of United States. I will try {stdentitycountryname} and see what that does, thank!
thanks!*