
I'm playing around trying to learn functions for validation rules.
What am I doing wrong with the Case function here? It says Incorrect Argument type?
In this example, I want it to fire off the validation rule if my picklist is set to ABC or blank.
7 réponses
That's exactly what I meant. The resultant expression from a CASE cannot be TRUEorFALSE. In fact I wanted to say this in the last line of my previous post:
This is done because CASE cannot return a TRUE/FALSE statement as the result.
Unfortunately the term "CASE" got
swallowed!