How to add Users and Groups to an email client template?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 07:40 AM
This docs page tells how to add a list of email addresses, or fields with an email address:
But I want to add specific Users and/or Groups to the template. My attempts so far have been unsuccessful.
I am working on these email client templates for use in the Major Incident Workbench. Note that when I do 'send communication', there is a function to Add Recipients. It recognizes Users and Groups. But I want them pre-populated.
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 08:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2020 08:41 AM
If I understand the docs correctly, a Communication Contact gets assigned tasks related to the major incident. But I am interested in only sending them a message about the incident. From the docs:
Define a communication contact
Orlando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2020 10:58 AM
To send an E-Mail to the users that you have added with "Add Recipients" on Major Incident Workbench, you need to put this line to the "to" field of your E-mail Client Template that is linked to your Communication Task on which you click the "Send" button on the workbench:
javascript: new MIMWorkbenchUtil().getEmailAddresses(current.incident_alert);
For Communication Tasks that were automatically added, the relevant E-Mail Client Template is stored on the Communication Task Definition related list "Channels". For Communication Tasks directly added from the Major Incident Workbench, out of box it uses Client Template Default Template for ICT which - despite the docs - is not automatically fetching the previously added recipients, until you enter the following line to the To field.