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

Validation rule error1
Scenario when user enter numbers other than ten digits error should arise.
But above error oscurs
(use this validation WITHOUT REGEX function)
You need to sign in to do that
Don't have an account?
Such as
OR(
AND (Phone_Number__c <> '10' , Alternate_Phone_Number__c <> '10'),0)
Regards,
Raja
Can you try the following validation rule,