• Ian Dacanay
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
When performing a record lookup there doesn't seem to be the ability to perform an OR conditionals only ANDs. For example, when creating your filtering for a report, you can change the conditional action to a custom to filter for 1 AND 2 AND 3 AND (4 OR 5). However this type of custom conditional action is not available in Visual Flow. I've used the conditional DOES NOT EQUAL however that becomes combersome over the long haul. Here's an example:

Within our Campaign object we have a custom field (Campaign_Area_c) with the values of the country and the continental area -> US (united states), CA (canada), NA (north america). If the account is located in the US, then they should be able to see both US and NA related campaigns. 

Now is not so bad, however if you more than one set of these OR conditionals then you end with a visual flow that looks more spaghetti than anything else. Looking for ideas to tackle this issue cleanly.

Regards.
When performing a record lookup there doesn't seem to be the ability to perform an OR conditionals only ANDs. For example, when creating your filtering for a report, you can change the conditional action to a custom to filter for 1 AND 2 AND 3 AND (4 OR 5). However this type of custom conditional action is not available in Visual Flow. I've used the conditional DOES NOT EQUAL however that becomes combersome over the long haul. Here's an example:

Within our Campaign object we have a custom field (Campaign_Area_c) with the values of the country and the continental area -> US (united states), CA (canada), NA (north america). If the account is located in the US, then they should be able to see both US and NA related campaigns. 

Now is not so bad, however if you more than one set of these OR conditionals then you end with a visual flow that looks more spaghetti than anything else. Looking for ideas to tackle this issue cleanly.

Regards.