Skip to main content

Hi Trailblazers  

 

I want to have a validation rule that account type cannot be blank , i have tried below 

NOT(ISPICKVAL( Type , "--None--"))

this does not seem to be working . 

 

Request help . 

 

Kind Regards

Amit 

4 Antworten
  1. 14. Feb. 2022, 19:03

    Hi Amit,

     

    Did you try below

    NOT(ISPICKVAL( Type , ""))

     

    Thanks,

    Dinesh

0/9000