- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 11:40 PM
can we add the dynamic recipients in the email client template...Could you please help me out as i am new in servicenow
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 11:55 PM
It won't by passing field names I meant fields that holds user values. For instance assigned_to, opened_by, etc.
For your case you need to follow one of above link & then create a script include & then get it used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 11:45 PM
Hi
You can do this with an email client Template from System Policy> Email> Client Templates.
You can dot-walk to your email field through any field on the form. Example from Customer Service:
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 11:54 PM
Hi Sandeep,
Actually i want to send the emails to all the users which is under the company ..Company is the field that is present on the incident form.Please help me in this how can i achieve this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 11:46 PM
You need to edit the Email Client>>Email Client Templates & then add required recipients by simplying filtering the table & add then opening the record & then passing field names directly.
In case you wish to include users not on the form you can follow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 11:53 PM
Hi Jaspal,
Actually i want to send the emails to all the users which is under the company ..Company is the field that is present on the incident form.Please help me in this how can i achieve this.