
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 04:53 AM
Due to some reason Notification not working for some user from [x] company in SIR application. The notification is created when record insert. The record is generated by record producer which creates a SIR when submitted.
I cheeked the user preferences its enable. The sent notification is enable as well.
Please where i can debug and update the configuration.
thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 11:29 PM
Thanks for all to response on my query, finally got the cause of the problem, it was Domain separation causing to event not to triggered.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 07:15 AM
I have a 2 notification one is based on record based and one is triggered based on event both are not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 07:33 AM
I am actively working on this issue. I could have an answer to this question tomorrow.
Could you please let me know the table names on which the notifications are configured?
Which plugins do I have to activate?
What steps do I need to perform to reproduce this issue?
Thank You!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 08:05 AM
thanks for help, here is the details
table = sn_si_incident.
You need a record producer to create a record on this table.
a notification which trigger on insert.
plugin is 'security incident response'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 09:21 PM
Hello @apurva3
As per the above configurations, I have created a notification on the Insertion of the record in sn_si_incident. The notification is triggering for the users in my instance.
While creating the Security Incident through some record producers, a request was first created, which I needed to convert into a Security Incident. After that, the record was created in the sn_si_incident table.
I found an article on Security Incident Response Notifications:
Please go through it and do the configurations in your BR, and let me know if it works!
Also, if you want, we can connect to discuss the issue further
Thank You!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2025 03:54 AM
I tried this by creating new BR and replace the event name with my event which i am using but not work.