- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2018 01:41 PM
One of my HR users is asking if I can fill in the email client To field when replying. This would be specifically used if the opened for is a guest. I tried adding an email address to the watch list (as watchlist is already in the template) but it doesn't populate the To field nor will just throwing a custom field into the form and referencing it in the client template.
Would there be an easy way to do this is a script needed? I'm assuming it's a client script if a client template doesn't work but which table?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2018 12:49 PM
Thanks for all the replies. I think this was an instance issue. I was able to simply copy the email address to the watch list and email replies. in turn, be copied to the to field in the email client. It was a dev instance that needs cloning but there's too much on it to start clean.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2018 03:30 PM
I think I've found the issue. It's not with the email client, but with the watch list field itself. If you right-click the watch list field label on that form and select 'Configure -> Dictionary'. From there, you can scroll down to the bottom to the 'Dictionary Overrides' related list and open the record for the 'sn_hr_core_case' table. You'll notice that there is an override in place to remove the email attribute for that watch list field. Just un-check 'Override attributes' and save and you'll have what you need with the same type of client template you're using for incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2018 03:05 PM
Below blog should be helpful
https://community.servicenow.com/community?id=community_blog&sys_id=df609af8dbbbdb405ed4a851ca961928
I would just add watch_list to the To field in Client Template and it should work fine
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
‎09-07-2018 03:19 PM
I tried this option on the hr_core_case table and didn't work but just to verify, this does work for incident. If I add user@example.com to the watch list, it works fine. Just doesn't work in HR. Any reason it wouldn't work in one place vs the other?
I checked that the template is on the right HR table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2018 03:23 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2018 03:57 PM
Did you create the template in the same scope as HR? We are also using scoped app and it works fine.
Please mark this response as correct or helpful if it assisted you with your question.