Notification is not creating/triggering for some users in Security Incident module.

apurva3
Tera Expert

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.

1 ACCEPTED SOLUTION

apurva3
Tera Expert

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.

View solution in original post

17 REPLIES 17

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.

RushiSavarkar_0-1740663310435.png

 

 

If my response helped you, please accept the solution and mark it as helpful.
Thank You!

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.

@apurva3 

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.

RushiSavarkar_0-1740664718737.png

 

If my response helped you, please accept the solution and mark it as helpful.
Thank You!

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.

@apurva3 

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. 

If my response helped you, please accept the solution and mark it as helpful.
Thank You!