Skip to main content

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.

 

Case Function Incorrect Argument Type
7 answers
  1. Oct 29, 2014, 7:39 PM
    That's exactly what I meant. The resultant expression from a CASE cannot be TRUE or FALSE

    . 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!
0/9000