- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2025 11:35 PM
Requirement:
I need to configure a System Notification for the Incident table with the following logic:
If Assignment Group = Test Group and Assigned To = Abel Tutor
Then the notification should be sent to all members of "Test Group" except the assigned user (Abel Tutor).
What I Tried:
Created a notification record in sys_notification.
Defined the trigger conditions.
Added notification content in the Related List → Content → Next Experience (Subject + Body).
Tried defining receiver logic using an email script inside the Next Experience content.
Challenge:
The receiver logic is not working as expected — the notification is not being sent to the intended group members.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2025 02:55 AM
Hi @Ankur Bawiskar ,
Thanks again for your response and support.
Observation:
Case 1: In my official instance, when I add Assignment Group in the Who will receive tab, no bell notification goes to any user of the group. However, when I try the same in my PDI (Yokohama version), the bell notification goes to all users of the assignment group.
Case 2: In my official instance, when I add Assigned To in the Who will receive tab, the bell notification goes correctly to that user.
Conclusion:
It seems this may be either a platform/version issue (Official instance = Xanadu, PDI = Yokohama) or some configuration difference between the two environments.
Solution Implemented:
I changed my approach and found a working solution:
Created a new Event.
Added a Business Rule with logic to exclude the Assigned To user, and stored the sys_ids of all remaining users in the Assignment Group into a comma-separated array.
Triggered the event in the Business Rule.
Linked the event to a sys_notification record.
Created a Next Experience content record for the notification body.
This approach worked successfully in my official instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2025 05:18 AM
what do you mean by system notification?
-> Provider Notification
OR
-> Email Notification
see if this link helps
Next Experience Notifications Troubleshooting
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
‎10-03-2025 05:20 AM
Yes, this is also called Provider Notification, where the notification comes in a bell icon at the top right corner of the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2025 05:24 AM
that's what I already informed 6 hours ago.
Seems you didn't check the comment properly.
What's the notification content?
If ticket is assigned to Assigned to user then why not send bell notification to that person since he/she needs to work on it?
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
‎10-03-2025 05:38 AM
Well, I can not share the exact reason due to project integrity, but the idea is if the incident is solved and their quality check fails by assigned to a user, then notification should go to all users of the assigned group except those assigned to where the assignment group contains managers. Message body will contain like "The quality check is failed for this incident, please recheck"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2025 05:45 AM
then this custom solution will help
1) let notification include Assigned to
2) somehow remove the Assigned to user as recipient by identifying the subject/body from the system table
I don't know where it's stored if not in sys_email
check this if it helps
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
