Need help on creating notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 03:28 AM
Requirement is when incident sla (Business elapsed percentage is greater then 75%) and when incident assignment group is ABC1 or ABC2, email should trigger to particular users + incident assignment group(only which group members have title as contractor)
Could you please help me on this requirement?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 03:31 AM
so what did you start with and where are you stuck?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 03:47 AM
Hello @Pradeepa B ,
You can create a notification on "Task_sla" table with Task type = Incident.
All > System Notification > Notifications> Create New
When to send:
Use Related field for Assignment Group and Task type.
Who will receive:
Filter User with Title = Contractors.
If this solution helped resolve your issue, please consider marking it as helpful or correct.
This will assist others in finding the solution faster and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 04:05 AM
Hi @Shree_G ,
But email should trigger to only incident assignment group (User who have "title" as "contractor").
if user have title as employee, they should not receive the email.
could you please help me with the script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 04:42 AM
@Shree_G ,
For example: If incident assignment group is "ABC1', then email should trigger to "ABC1" group member who have title as contractor.