Skip to main content
Christopher Pustizzi (Self) a posé une question dans #Formulas

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 réponses
  1. 9 févr. 2022, 15:27

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

    ISCHANGED(Status),

    ISBLANK(TEXT(Industry__c )))

0/9000