Skip to main content

Trying to accomplish the following on Lead:

 

  • If Lead Status IS NOT "Inquiry" OR "Open - Not Contacted" / Market Segment (multi picklist) CAN'T BE BLANK
6 answers
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Feb 9, 2022, 3:27 PM

    AND(TEXT(Status)="Open - Not Contacted",

    ISCHANGED(Status),

    ISBLANK(TEXT(Industry__c )))

0/9000