custom reject email
kgoughMar 22 2010 — edited Apr 5 2010I have a criteria workflow in UCM, and I would like to customize the email that comes to the author on rejection.
I was able to create a component and customize the reviewer mail by adding this script to the step entry event:
<$wfSet("wfJumpEntryNotifyOff", "1")$>
<$wfNotify("MYUser", "token","MY_REVIEWER_MAIL")$>
But my question is, where can I put the "wfNotify" in case of the rejection email?
I don't have a workflow step for the author.
Thanks.