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 个回答
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    2022年2月9日 15:27

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

    ISCHANGED(Status),

    ISBLANK(TEXT(Industry__c )))

0/9000