Skip to main content
1-Visitor
December 1, 2016
Question

Customize Approaching Deadline Notification E-mail

  • December 1, 2016
  • 1 reply
  • 2223 views

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.

Adsız.png

1 reply

12-Amethyst
December 7, 2016

There is some good information here:

http://www.ptc.com/cs/help/windchill_hc/wc101_hc/index.jspx?id=WCCG_BusLogicCust_WorkflowAdmin_EmailNotif&action=show

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

cdurmaz1-VisitorAuthor
1-Visitor
December 8, 2016

Thanks Jamie. I changed my notification template.

Regards,

Can