Catalog Task Compose Email move Cc to the To field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
From the Service Operations Workspace on a Catalog Task (sc_task) the default behavior when clicking new email (compose) is to have the Requested For in the Cc line. I want to simply change that to default to the To line. I haven't had any luck. I was able to get the Cc line to become empty using a Email Client Template but no luck filling in the To field using Email Client Templates. Am I calling out the wrong field? I tried variations of the following with no luck.
Requested for: ${request.requested_for}
Requested for Name: ${request.requested_for.name}
Requested for Email: ${request.requested_for.email}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
First check if you have an existing email client template (sys_email_client_template) on sc_task table . It seems you have.
Edit that , cut CC value in To field and save.
If Not found, create a new one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I did a search on email client templates and there are no email client templates for sc_task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Add "request.requested_for" or "request_item.requested_for" in the to field on the email client template depending.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
https://horizon.servicenow.com/workspace/page-templates/record-page-vertical
If my response has resolved your query, please consider giving it a thumbs up and marking it as the correct answer!
Thanks
Nayan Patel
IT ServiceNow Consult, ServiceNow ArchX
If my response has resolved your query, please mark it Helpful by giving it a thumbs up and Accept the Solution

