Hello Experts,
How can I unregister dm_startedworkitem event from sending workflow notifications?
We are tired from cleaning email boxes.
Thanks in advance
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi Imram,
there is no event, you need to modify dm_event_sender.ebs on your contentserver. It is located in your installtion basedir under product/<version>/bin.
Within this file just uncomment all actions included in the dm_startedworkitem including the case item itself.
Thank you very much, I have found a way to do it in, https://community.emc.com/message/315423#315423
Thanks Imran, interesting thread.