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

Regex validation error
I have a validation rule: AND(
OR(BillingCountry = "US", BillingCountry = "USA",
BillingCountry = "Hindustan"),
NOT(REGEX(BillingPostalCode,
"\\d{5}(-\\d{4})?")) )
I am not able to save record after gave valid postal code.
Ex format:99999 or 99999-9999
Please let me know where i have done mistake
OR(BillingCountry = "US", BillingCountry = "USA",
BillingCountry = "Hindustan"),
NOT(REGEX(BillingPostalCode,
"\\d{5}(-\\d{4})?")) )
I am not able to save record after gave valid postal code.
Ex format:99999 or 99999-9999
Please let me know where i have done mistake
I tried and validation rule seems to be working. Once check that on record you are selecting correct country.
Thanks
Arpit
All Answers
I tried and validation rule seems to be working. Once check that on record you are selecting correct country.
Thanks
Arpit
I have selected valid country but stil i am facing same error
Its working fine now
Thanks
Arpit