Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi to all,
How can I customize "Approaching Deadline Notification E-Mail" ?
I need to change text in red box and add "Message" text under red box.
Also, I want to remove blue box.
Waiting your replies.
Thanks in advance.
There is some good information here:
I believe you can accomplish this by modifying the "ApproachingDeadlineNotification*.html" template (<Windchill>/codebase/templates/workflow). Keep in mind that all workflows that send "Approaching Deadline Notification" emails will use that template, so anything you change will change for all emails of that type.
Below is the file and areas that correspond to the sections you have highlighted in your email. To add "Message", look into the getProcessVariable or getActivityVariable from the documentation link above.
Hope this gives you some direction.
~Jamie
Thanks Jamie. I changed my notification template.
Regards,
Can