- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2025 11:00 PM
When group manager is part of group and in "Who will recieve" section seleted assignment group so that notification is going to manager even Exclude manager is checked on group form. How to stop send notification to group manager when group manager is part of group.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 03:10 AM
I hope you are well.
Why It Happens ?
Direct Membership: The manager's direct membership in the assignment group takes precedence over the "Exclude manager" setting.
Notification Engine Logic: The notification engine prioritizes direct group membership when determining recipients for the "Assignment Group" setting.
"Exclude manager" Limitation: The "Exclude manager" setting is primarily designed to prevent notifications that are specifically targeted at the manager as the manager of the group (e.g., approval requests routed to the manager). It doesn't filter out notifications sent to them as a member of the group.
Here are a few ways to stop sending notifications to the group manager in this specific case, each with its own pros and cons---
1. Business Rule (Recommended)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 03:37 AM
should be an easy one
I already told you the approach
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2025 11:48 PM
ideally using that checkbox it should work
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 01:47 AM
It is not working. Notification is triggering to group manager because user is memebr of group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 02:07 AM
then don't set the recipient using the field
Fire an event and get the group members and exclude that manager and set those users as recipients in event parameter 1
Link that event with your notification and set Event parm1 contains recipient=true
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 02:11 AM
Could you please help for script?