Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Composing Email in RITM's

laboss
Tera Contributor

When I select to compose an email to a client out of the RITM:

 

laboss_0-1680821836533.png

 

 

The “Requesting for” email address appears in the “CC” rather than “To” field.

 

laboss_2-1680822116406.png

 

 

 

 

Please how can I correct it so that the “Requesting for” is in the “To” field and if there is a “Notify me as well” their email displays in the “CC” by default.

 

1 ACCEPTED SOLUTION

AnveshKumar M
Tera Sage
Tera Sage

Hi @laboss ,

You have to create a custom email client template for this, if you don't have one already. To do so,

1. Navigate to Email Client Templated table (entering sys_email_client_template_list.do in the Filter navigator).

2. Click New and fill the form according to you needs,

Name: RITM Email Client

Application: Global

Content Type: HTML

Table: Requested Item (sc_req_item)

To: requested_for (field name) [ Note: only a single field variable is permitted]

Cc: opened_by

Bcc: assigned_to

Subject: ${number} - ${short_description}

For Body:

 

Expand Fields on the right

Add variables from Fields according to your requirement

Variables can be dot walked to add details like ${assigned_to.manager.email}

Click Update once done

 

IMG_20230407_063238.jpg

IMG_20230407_063301.jpg

IMG_20230407_063322.jpg

 

Try this!

 

For more info you can refer this KB, 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0647561 

 

Thanks,

Anvesh

Thanks,
Anvesh

View solution in original post

1 REPLY 1

AnveshKumar M
Tera Sage
Tera Sage

Hi @laboss ,

You have to create a custom email client template for this, if you don't have one already. To do so,

1. Navigate to Email Client Templated table (entering sys_email_client_template_list.do in the Filter navigator).

2. Click New and fill the form according to you needs,

Name: RITM Email Client

Application: Global

Content Type: HTML

Table: Requested Item (sc_req_item)

To: requested_for (field name) [ Note: only a single field variable is permitted]

Cc: opened_by

Bcc: assigned_to

Subject: ${number} - ${short_description}

For Body:

 

Expand Fields on the right

Add variables from Fields according to your requirement

Variables can be dot walked to add details like ${assigned_to.manager.email}

Click Update once done

 

IMG_20230407_063238.jpg

IMG_20230407_063301.jpg

IMG_20230407_063322.jpg

 

Try this!

 

For more info you can refer this KB, 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0647561 

 

Thanks,

Anvesh

Thanks,
Anvesh