Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. OR(
  2. (AND(ISPICKVAL( Status ,"Marketing Qualified" ),ISBLANK(TEXT( Status_Subcategory__c ))
  3. )),
  4. (AND(ISPICKVAL( Status ,"Unqualified" ),ISBLANK(TEXT( Status_Subcategory__c ))
  5. ))
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement