cancel
Showing results for 
Search instead for 
Did you mean: 

Validation Errors

Former Member
0 Kudos

Hello everyone.

I am trying to create validations that are dependant on the country chosen by the user. For example, I have a number of validations that say if the user selects the country as "US", than the company code must be "1001", the lockbox must be "xxxx", etc.

Then, I duplicated the validations above and did the same for if the user selects "CA" for the country.

My validations look like this: (example for US country dependant on a certain Company Code):

IF(FIND(Country.Code, "US"), Company Code Data.Company Code.Code = "1001", FALSE)

When I go to check these validations, if I enter US as the country, then I get all my error messages I created for the use of CA as the country.

Example: If I created a customer that was from US and used all the correct info, I still get all of my Canadian error messages even though the country was US, not CA so they shouldn't be coming up. Any ideas?

I will most definately reward points for help!

Nichole

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This works now that I delete "FALSE" from each of the validations.