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

BillingState should be mandatory when Billingcountry = United States or US or USA
Hi,
I want to create a validation in account on BillingState this should be mandatory when BillingCountry = United States or US or USA. Please suggest me a logic.
Thanks
Sudhir
I want to create a validation in account on BillingState this should be mandatory when BillingCountry = United States or US or USA. Please suggest me a logic.
Thanks
Sudhir
AND((BillingCountry = "United States" || BillingCountry = "US" || BillingCountry = "USA"), ISBLANK( BillingState ) )
Kamala
Sweet Potato Tec