- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2020 10:27 AM
Hello,
I have an email notification that has the purpose of introducing a manager and a candidate. When the email sends, I would like both of them to receive the same email, with their email addresses CC'd so they can start to communicate together. Is this possible? What would that code look like? Thank you for any help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2020 10:23 AM
Do the email addresses really need to be cc'ed? Why not the "To" in the email? As Michael Jones mentioned yesterday, if they are reference fields on the target record, you can just select the proper fields in the "Users/Groups in fields" field on the "Who will receive" tab.
The less scripting in the platform the better (although not always possible to avoid).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2020 10:48 AM
If the record you are triggering the notification from has a reference to the candidate and the manager, you would just need to add them using the "who will receive" and "Users/Groups in fields" list. For example, I've seen something similar where the candidate is the Requested For, so you highlight Request and expand with the + sign and selected Request.Requested for and then do the same but add Request.Requested for.Manager
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2020 10:50 AM
Hi there,
The Notifications form doesn't contain a CC or BCC field, though scripted, yes possible. See also this topic from earlier today:
Contains amongst others, for mail script:
email.addAddress("cc",gr.requested_for.email,gr.requested_for.name);
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2020 08:20 AM
See below:
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2020 08:54 AM