Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • you should use INCLUDES -- help.salesforce.com/… like: IF(NOT(Family__c=='X'),false,IF(OR(INCLUDES(choices__c,'<not alloved 1>',..,INCLUDES(choices__c,'<not alloved n>', true, false)); Commented Jun 22, 2016 at 8:56
  • Oh great.. that makes sense. if you can add it as a answer i can accept it Commented Jun 22, 2016 at 9:18