We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Catalog Task Compose Email move Cc to the To field

hgarcia
Tera Contributor

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}

 

WAdmin_0-1770251513219.png

 

4 REPLIES 4

Tanushree Maiti
Giga Sage

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.

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

I did a search on email client templates and there are no email client templates for sc_task.

hgarcia_0-1770314115374.png

 

lauri457
Tera Sage

Add "request.requested_for" or "request_item.requested_for" in the to field on the email client template depending. 

Nayan ArchX
Tera Guru

Hi, 

 

https://horizon.servicenow.com/workspace/page-templates/record-page-vertical

 

https://www.servicenow.com/community/servicenow-ai-platform-forum/configure-record-information-tab-i...

 

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