You need to sign in to do that
Don't have an account?
Problem with validation rule
Hi, Can somebody help with the following rule, which triggers when the field is empty even though it should not (that is why I used the OR function but something seems to be wrong with the formula:
AND (
OR(
ISBLANK( Website ),
AND(
RIGHT( Website , 4) <> ".COM",
RIGHT( Website, 4) <> ".com",
RIGHT( Website, 3) <> ".FR",
RIGHT( Website, 3) <> ".fr",
RIGHT( Website, 4) <> ".NET",
RIGHT( Website, 4) <> ".net",
RIGHT( Website, 4) <> ".org",
RIGHT( Website, 4) <> ".ORG"
)))
AND (
OR(
ISBLANK( Website ),
AND(
RIGHT( Website , 4) <> ".COM",
RIGHT( Website, 4) <> ".com",
RIGHT( Website, 3) <> ".FR",
RIGHT( Website, 3) <> ".fr",
RIGHT( Website, 4) <> ".NET",
RIGHT( Website, 4) <> ".net",
RIGHT( Website, 4) <> ".org",
RIGHT( Website, 4) <> ".ORG"
)))
This should work-
Can you take a moment to upvote and mark this answer as solved, if it helped you.
Cheers!
Ajinkya Deshmukh
All Answers
Let us know if this will help you
This should work-
Can you take a moment to upvote and mark this answer as solved, if it helped you.
Cheers!
Ajinkya Deshmukh
Follow these steps:
Cheers!
Ajinkya