Skip to main content
Amit Gomes (Kiwi Routes Limited) 님이 #Formulas에 질문했습니다

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개
  1. 2022년 2월 14일 오후 7:03

    Hi Amit,

     

    Did you try below

    NOT(ISPICKVAL( Type , ""))

     

    Thanks,

    Dinesh

0/9000