Field Validation on Address field not working
Field Validation on Address field not working
I have a requirement to restrict users from creating leads from embargoed countries. since i don't have access to updating the country piclist, i am trying to put in a field validation that would restrict the user.
Field : Primary Bill To Address
Field Validation: FieldValue('<Country>') <> LookupValue("COUNTRY", "Iran")
Field Validation Error Message : The selected Country is black-listed
this doesnt seem to work. how do i go about implementing this?
I have a requirement to restrict users from creating leads from embargoed countries. since i don't have access to updating the country piclist, i am trying to put in a field validation that would restrict the user.
Field : Primary Bill To Address
Field Validation: FieldValue('<Country>') <> LookupValue("COUNTRY", "Iran")
Field Validation Error Message : The selected Country is black-listed
this doesnt seem to work. how do i go about implementing this?
0