You need to sign in to do that
Don't have an account?
Rung41
Task validation rule
I have the following task validation rule to prevent a text box from being populated unless a specific picklist value is specified. However, even if the text box is blank, the validation rule still fires and displays the error. Help!
AND(
NOT(ISPICKVAL(Status,"Completed")),
NOT(ISNULL(Description)))
AND(
NOT(ISPICKVAL(Status,"Completed")),
NOT(ISNULL(Description)))
You need to change your validation rule to