cc people in group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 03:47 AM
Hi guys
I have a requirement to send a cc notification to people in a group, the group of people could change depending on what is selected for example assignment group
There is currently two people in this group. If I change the assignment group and use another, they could be 2 different people.
I have done a mail script as follows but doesn't seem to be working. I don't have much experience in scripting or coding and would appreciate any advice or help on were I am going wrong.
(function runMailScript(/* GlideRecord */ current, /* TemplatePrinter */ template,
/* Optional EmailOutbound */ email, /* Optional GlideRecord */ email_action,
/* Optional GlideRecord */ event) {
email.addAddress("cc",current.assignment_group,current.assignment_group.name);
})(current, template, email, email_action, event);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2021 12:50 AM
Have you wrote this in email scripts ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2021 12:45 AM
yes