Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I am sending notification through activity's "send notification" option and not through “notify by email robot”
I have modified <WT_HOME>\codebase\templates\workNotification\GeneralSubject_<Locale>.html
files by adding below scripts
<SCRIPT>
beginSubject
</SCRIPT>
Subject of Notification:
<SCRIPT LANGUAGE=Windchill>
getPrimaryBusinessObjectName
</SCRIPT>
<SCRIPT LANGUAGE=Windchill>
endSubject
</SCRIPT>
But the changes are not reflecting and getting only the activity name in the subject of my email.
Do I need to set any property for this? Or any configuration in workflow activity?.
Solved! Go to Solution.
Hello Naveen,
To modify the subject of the notification email, there is no out-of-the-box solution because it is hardcoded to always be the Activity Name defined in the workflow.
One workaround would be to modify the activity name with some java code in your workflow.
I would suggest to follow the resolution from article CS151717 (https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS151717).
Kind Regards,
Jerome Poilvet - Technical Support Engineer
-------------------------------
PTC Technical Support - 00 800 PTC4HELP (00 800 78244357) – http://support.ptc.com
Hello Naveen,
To modify the subject of the notification email, there is no out-of-the-box solution because it is hardcoded to always be the Activity Name defined in the workflow.
One workaround would be to modify the activity name with some java code in your workflow.
I would suggest to follow the resolution from article CS151717 (https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS151717).
Kind Regards,
Jerome Poilvet - Technical Support Engineer
-------------------------------
PTC Technical Support - 00 800 PTC4HELP (00 800 78244357) – http://support.ptc.com