Notifications are not triggered as per configs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2025 05:03 AM
ISSUE:
We understand that your Notifications are not triggering as per configs
SOLUTION PROPOSED:
We investigated and identified that the email notification "MTH SCTask Group Assigned (LIMS)" created on the SC_TASK table is being sent out when 'sc_task.assigned.to.local_it_mgr.group' event is fired.
This event is fired from the
Business Rule - from line number 26.
The business rule is triggering the event correctly at the required time.
We understood that this business rule is calling a Script Include 'SPOCCMDBUtils'
"ITManagersForCallerLocation" function which is defined in line number 553.
This Script Include is in turn calling another Script Include 'SPOCUtils'
"getGroupMembers" function which is defined in line number 525.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2025 05:34 AM
Hi @shivikayada ,
Don't share URL of your environment as it is not accessible for others. Share the lines of code and explain what is the issue
Thank you,
Palani
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2025 05:48 AM
please share the configurations you did and what troubleshooting you performed?
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
‎06-03-2025 04:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 01:12 AM
Hi All, please help analyse the issue, as the local IT managers should only receive notifications of SCTASKS/INC.CHG/PRB/PTASK/CTASK assigned to them, based on the impacted location
They are receiving the notifications from across the globe.
Event- sc_task.assigned.to.local_it_mgr.group, getting fired from below BR-