
- 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 05:33 AM - edited ‎02-27-2025 05:35 AM
Hello @apurva3
Have you checked the Notification field value as Enabled for those users? Also, check the Email field for those users, it should not be empty.
Thank You!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 05:48 AM
I checked the Notification field value is Enabled , The Emails field is 'Opened For ' which is auto populate when record created, so it always have the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 05:58 AM - edited ‎02-27-2025 06:01 AM
Have you checked that those users having the Allow Notifications field is On? Also, in the notification, the Send to event creator check box should be set to true.
Thank You!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 06:13 AM
I checked allow notification enable, Send to event creator check box true. One more thing this happening only in SIR module , the other module notifications like incident, change, RITMs is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2025 06:35 AM
I know some users receiving the notification but some are not. What if you trigger the notification using an Event? Add that Event in after insert business rule on SIR table and by eventQueue() you can trigger that event.
Thank You!