- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2018 11:29 AM
Is it possible to make two different UI actions which put different values in the TO field on the Case email client?
I know that there is one email client template per table, but I have attempted to work around this by creating a UI action which sets a field and then opens the email client, where the template is reading that field. However I'm having trouble combining the server-side code with client side and then opening the email client on top of that.
Thanks for your help.
Solved! Go to Solution.
- Labels:
-
Customer Service Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2018 06:22 PM
Use the solution provided in below 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
‎08-01-2018 11:31 AM
Following links should be helpful
https://community.servicenow.com/community?id=community_question&sys_id=6c17cbe5db1cdbc01dcaf3231f961984
https://community.servicenow.com/community?id=community_question&sys_id=36d6cba5db1cdbc01dcaf3231f961931
https://community.servicenow.com/community?id=community_question&sys_id=af9fcf25dbdcdbc01dcaf3231f9619b8
https://community.servicenow.com/community?id=community_question&sys_id=9af2c7a1dbd8dbc01dcaf3231f961960
REgards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2018 11:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2018 11:36 AM
Yeah - so I have done that but the problem arises that I want to have two different UI actions populating two different email addresses going into the TO field. With this solution you can only have one.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2018 11:45 AM
Ok. One more solution is to use Quick Messages, which will give you option to select multiple email templates.
See if thats helpful as well.
The other solution I can think of is, create a custom field which would store the recipients.
In the email client set that field as TO.
on click of UI action 1, it should set that custom field to your desired recipients list 1 and then open the email client.
on click of UI action 2, it should set that custom field to your desired recipients list 2 and then open the email client
Please mark this response as correct or helpful if it assisted you with your question.