Notification is not getting triggered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2021 08:39 PM
Hi All,
I have come across an issue and I'm not able to find the root cause of that. Stating the problem below, any assistance is appreciated.
Issue: I am working in a scoped application. Wherein I have two tables one table is extended from the task table (Naming Table "A") and other table is a standalone table (Naming Table "B"). I have written a scheduled job and through an event I am triggering a notification. The issue that I'm facing is when I am trying to get a notification triggered from table "A" through an event the notification is getting triggered but in case of table "B" it is not getting triggered. For table "B" If I change the send when condition to "Record Inserted or Updated" then it triggers a notification.
Any suggestions would be helpful!
Thanks in advance.
Regards,
Madhumita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2021 02:19 AM
Hi,
please share script you are trying to run from background script
Is event, email both on same stand-alone table
Is the event getting processed
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2021 10:44 PM
Hi
Do you have 2 events created respectively on Table A and Table B?
Can you go to event log and check if the event is processed without any error? If yes then go to system logs and search in logs with your notification name. Once the event is processed, you shall see your notification in the logs. There you will know the root cause if the notification is triggered.
Mark the comment as correct/helpful if this helps to solve the problem.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2021 02:24 AM
Hello Madhumita,
Did you get a chance to check my reply?