Reputation: 301
I have several conditions that need to be checked. If one or more conditions are true send, then the workflow sends an email.
Example
if B < 10000, L < 12months, revenue > BR
send an email to Owner, if not Process the opportunity
The condition in the workflow automatically grouped with AND.I want to group by OR.
How can I achieve this in CRM 2011 workflow?
Appreciate your help on this..!
Upvotes: 0
Views: 44
Reputation: 4111
Create a check condition that has three conditions that are the opposite of your three conditions. Inside the check condition, create a "stop workflow" step with "canceled." Place your send email step at the end. If all of the three opposite conditions resolve to true, the workflow will be canceled before it sends the email.
Upvotes: 1
Reputation: 2466
You need to select the rows you want to add to Group OR
with the drop-down menu in the left of the row (highlighted in the image below) and then just select Group OR
button.
Upvotes: 1