Notification is not getting triggered on problem task form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 05:05 AM - edited 04-23-2025 05:09 AM
I have written a notification on problem task table when record inserted or updated.And added condition when problem.priority = critical or high notification should be triggered to 'ABC' group(in the group field selected one group)
Notification is not getting triggred but if i remove condition problem.priority = critical or high ,it is getting triggered.
Problem and problem task both are having critical priority
Thank you for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 08:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 09:06 AM
is that group having group email?
Is that group having members in it which are
1) active and not locked out
2) has email field populated in user records
3) has notification preference enabled on user profile
check this
Troubleshooting email issues with ServiceNow
Troubleshooting Outbound Email
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
04-23-2025 09:42 AM
If i remove problem.priority condition ,notification is triggering perfectly. but not with condition