- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hello ,
I have a requirement in which on compose email window, user should be able to select the template. When user selects the template that template will be applied to his email.
For this we are using the oob functionality of servicenow that enables users to select the template in the workspace.
I have referred this doc which explains how to select the template. I want this development on Case table so I created new template for case table referring this doc. But when I am selecting the template and sending the email. The email is not using the template as the template is not being applied. It is showing simple text message.
I need to know how to apply the email template to the email so that when email is sent and I preview it, i will be able to see that email is using selected template.
Thank you.
Email Preview :
@Ankur Bawiskar @Mark Roethof @laszlobolya @SanjivMeher @Michael Jones @Xavier Cordero @Sandeep Kumar6
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hello,
It's working now. There was some mistake in my source code of the templates. I have added "${NOTIF_UNSUB} | ${NOTIF_PREFS}" in my source code because of which the template body was not being populated in the email message. When I removed that from my code, email body started populating.
Thank you.
KS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Hello,
It's working now. There was some mistake in my source code of the templates. I have added "${NOTIF_UNSUB} | ${NOTIF_PREFS}" in my source code because of which the template body was not being populated in the email message. When I removed that from my code, email body started populating.
Thank you.
KS