Selecting multiple email client template for email client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 03:56 PM
I have a set an email client on a security table (sn_si_incident).
I can create multiple "client template" to customize what the email client fields will look like.
However there is no way to select which template to use when you click on the email icon.
I followed few links but not very clear
https://community.servicenow.com/community?id=community_question&sys_id=d4288b6ddb1cdbc01dcaf3231f9619c2

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 04:33 PM
This blog documents the detail on how to use different email client templates based on field values:
https://community.servicenow.com/community?id=community_blog&sys_id=2cccee25dbd0dbc01dcaf3231f961971

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2018 04:34 PM
You can't use multiple Email Client template for a table. You should only create only Client template.
If you want to give the assignee option to select a template, You should configure Quick Messages, which would give a group or individual to select a quick message.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2018 09:44 AM
Please mark the answer closed if it is fine with you and close the thread
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 10:22 AM
This is actually pretty simple without Snow giving an out-of-the box option (probably intentional):
Let's say you have 3 client templates on incident table called:
1) p1-template1
2) p2-template2
3) p3-template3
Now, what you need to do is create a custom choice field on Incident table, let's say called 'Email Template' and have 3 choices in it e.g.
1) P1 Notification
2) P2 Notification
3) P3 Notification
Now, all you need to do is set conditions in the client template (if conditions field is not visible on the client template form, please add it). So, on first client template, condition would be 'Email Template = P1 Notification' and so on.