- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2019 07:50 AM
Let's say I have an ECAB set up for emergency change requests and the members of this ECAB group get an automated email asking for approval whenever an emergency change is requested.
If I set up a child group for this ECAB group, will the child group also receive automated email notifications about the emergency change request?
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2019 10:42 AM
Hi Kevin,
In an OOB environment, no. Child groups will not be notified thru a normal Notification record.
Kind regards,
Mark
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
‎03-12-2019 10:42 AM
Hi Kevin,
In an OOB environment, no. Child groups will not be notified thru a normal Notification record.
Kind regards,
Mark
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
‎03-12-2019 11:58 AM
Thanks Mark. I assume then my choices are to either add the individual members to the ECAB group OR to add the individual members to the notification itself so that they are always included.
Still assuming OOB environment.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2019 12:12 PM
Without scripting, you could achieve this the other way around. Having a notification begin triggered for the child group, and notifying it's parent. Though I don't know if this covers your requirement.
With a bit advanced scripting, it might be possible to send a notification to the child group. It might because I'm not sure 🙂
I'm thinking of a solution like having javascript in the condition for triggering the notification, which calls a script include.
Will have to do some thinking for that.
Kind regards,
Mark
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-31-2020 02:07 AM
Hi Kevin,
I was having this issue myself. We have parent groups and assign tasks to them if we don't know specifically which child group it should be assigned to. But no emails were sent out!
To get around this, I did it the other way around. I created a list field on the Group record called "Children". This references the sys_user_group table. I then add the children to the parent record.
Then on the notification I add to "Users/Groups in Fields":
Assignment group.Children
The emails then get sent to all of the assignment groups children members too. I may take this one step further and create a business rule which auto-populates the new children field whenever a parent has been added, not sure I can be bothered though!
Hope this helps or helps anyone else having this problem,
Tom