Skip to main content

I need to enforce the picklist when creating an event so that manual text input is not possible. I think I need to use the ISPICKVAL function but am not sure what to put as the "picklist_field, text_literal" part.

 

#Validation Rules

답변 3개
  1. 2024년 10월 23일 오후 8:32

    @Kate Williams are you just trying to make the field itself required?  or validate specific values selected?

     

    If you just want to make the Picklist required you can use an ISBLANK and TEXT Function like this

    ISBLANK(TEXT( Field_Name ))
0/9000