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
Forum Ambassador Eric Praud (Activ8 Solar Energies)
AND(TEXT(Status)="Open - Not Contacted",
ISCHANGED(Status),
ISBLANK(TEXT(Industry__c )))