Hi,
I have Microsoft CRM 3.0 and Workflow Manager.
I created a workflow rule for Case enity and Change Status Event.
Anyway, I have
If
{
condition1
condition2
}
then
{
Send e-mail template
}
In the If condition I have two conditions which I want checked. When I
activate this rule, I notice that an e-mail is sent no matter which condition
is true. In other words, the two conditions are Logical OR. I don't want
this. I need for both Conditions to be true, In other words, I want Logical
AND.
How do I do this?