- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 05:37 AM
Hi Everyone,
When the Email Button is clicked on the Incident form(look the attachments below),
the default Email Template in Incident adds watchlist as CC.
My requirement is to override the default behavior and add Assigned to along with Watch list in 'CC' and also set 'TO' field to the caller of the incident.
Now I am able to set Assigned To in 'CC' but not watchlist, I require both(Watchlist and Assigned To) in CC.
I am doing this by making a new Email Client Template for Incident Table(look the attachments below).
Thanks in advance.
Rishi Joshi
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 07:25 AM
Thank you Rishi. It would help if I included the right link too!
Create an email client template
If you go to System Policy> Email> Client Template, you can see examples. You really just need to put the field name in that field.
assigned_to,watch_list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 05:40 AM
HI Rishi,
You can modify the email template using this information.
http://wiki.servicenow.com/index.php?title=Email_Templates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 07:04 AM
Thanks for the reply Chuck,
I am sorry, I didn't make it clear.
I want this functionality on click of the Email Button on Incident Form, I have now attached the screenshot for the same.
So, I am able to set the CC to 'Assigned To' field, I just couldn't add the watch list along with it.
@ctomasi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 07:25 AM
Thank you Rishi. It would help if I included the right link too!
Create an email client template
If you go to System Policy> Email> Client Template, you can see examples. You really just need to put the field name in that field.
assigned_to,watch_list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2017 08:54 AM
Thanks a lot Chuck
Seems like I was over-complicating this with current and script includes and what not.