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