Skip to main content
Good Morning Guys, I need help with a Validation rule Formula. This is to make a picklist field required on case whenever an agent is trying to close a case.
3 answers
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Jul 14, 2020, 1:34 PM
    Hi James,

     

    Try this:

     

    AND(ISPICKVAL(Status, "Closed"), ISBLANK(TEXT(Picklist__c)))
0/9000