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-24-2025 01:24 AM
Issue has been solved. I was taking wrong field to refer problem. Correct field is Parent on problem task which refer problem.
Added condition parent.priority is high/critical
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 07:21 AM
are you sure the problem task for which you are testing has the Problem->Priority = Critical or High?
are you sure the problem task for which you are testing has Problem field populated?
If both the above are valid then it should work fine
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 07:57 AM
are you sure the problem task for which you are testing has the Problem->Priority = Critical or High? >>Yes
are you sure the problem task for which you are testing has Problem field populated? >> Yes
Still not working