Hello All,
I'm using TaskReminderSent asynchronous event handler to send remainder email to a particular person. Now the requirement is, I have to send this reminder when two tasks occurs. Lets say when a task A happens then i have to send the email and when task B happens then also i have to send the same email to the same person.
If I give only one task in the Filter Criteria, /MapContent/StepName = A, it is working. If i try to give both A and B. It is not working. like:
/MapContent/StepName = A
/MapContent/StepName = B
Probably the event handler is considering it as AND filter criteria instead of OR.
Is there any solution to this or do I have to create two processes for two different tasks.
I need one more help, Can anybody help me in understanding the reminder event that we configure on the server under email settings. When it will be triggered and how the re-occurence will happen, till when it is going to happen, how exactly to configure it.
Thanks
Deepak.