- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 02:59 AM
Good morning all,
I was wondering if there is a way to set the send to, CC and BCC fields on the email client based on the selected Quick Message, and not the actual email client template.
I've tried to look this up but can't find an answer.
Thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 04:01 AM
Unfortunately, there isn't a way (at least from the number of different ways I've tried in the past). Quick messages are limited in that they can only modify the email body - unless you use some custom hacky solution. There have been a number of requests in the past to get ServiceNow to implement this behavior, but unfortunately, they haven't received enough traction to warrant ServiceNow's attention. The best we can do for the time being is to upvote ideas like these.
Some ideas that might help:
- Email Client Templates allow you to populate fields such as CC, BCC, etc. Depending on your use case, this might be enough so that it populates these fields when you initially open your email client. You can even specify certain conditions so that different templates are used in different cases.
- Create your own custom solution. You could create a UI action that when clicked, opens a GlideModal that displays a UI page. The UI page can use a dropdown list that lists email client templates (not quick messages). When you select an email client template, it opens the email client window for that template that was selected. This is a customisation, so you might want to avoid doing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 05:13 AM
No worries Andrew, glad to help 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 04:02 AM
Hi,
Nope.
Quick message is just used to define the table, body and not the recipients.
Those need to be handled via email client template only
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2022 05:06 AM
Hi Ankur,
Thank you for your response - informative and to the point!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2024 07:45 AM
I know this is an old post, but ServiceNow allows you to modify the FROM. To display it, navigate to Email Client > Email Client Configuration. Open the Default and check the 'Display From' under the Display Configuration section.
For who ever is looking....