The CreatorCon Call for Content is officially open! Get started here.

Delegate receives an email while the user doesnt

VaranAwesomenow
Mega Sage

I have a scenario where I made a user A as delegate to User B, user A gets the email but not user B, below are further details

1. Notification = Incident Opened and Unassigned

Guillermo Frohlich has subscribed for this notification but has added an additional filter which is to as per below screenshot

find_real_file.png

Added Abel Tuter as delete to Guillermo Frohlich

find_real_file.png

Based on the above personal subscription -> Send when condition no email should get sent when an incident is created that doesnt have priority as 1, but the email got sent to Abel.tuter

find_real_file.png

Email log shows below, which states that notification got sent to abel tuter and wasnt sent to Guillermo Frohlich

find_real_file.png

Incident screenshot

find_real_file.png

Wonder what is causing this behavior

1 ACCEPTED SOLUTION

VaranAwesomenow
Mega Sage

Thanks, I figured thats an expected behavior from servicenow, where it checks for notification preferences of the user as the last step after the notification is triggered, which explains why the delegate got the email and the actual user didnt.



Best Regards


Anil


View solution in original post

5 REPLIES 5

Abhishek Raj3
Tera Guru

Hi Anil ,



The email which you are getting is OOB.


find_real_file.png



The one which you have created is not getting triggered.


Because its not fulfilling your condition.



you have given condition as priority is crtical and active is true.


So try creating new incident with these condition it will triggered.


KIndly let me know for concerns.



Thanks,


ABHISHEK



Please mark this response as correct and helpful via your post link Delegate receives an email while the user doesnt ) to help others with the same question.


Abhishek Raj3
Tera Guru

Hi Anil,



If your query is resolved.Please mark this response as correct and helpful via your post link (Delegate receives an email while the user doesnt     ) to help others with the same question.



Thanks,


Abhishek


VaranAwesomenow
Mega Sage

Thanks, I figured thats an expected behavior from servicenow, where it checks for notification preferences of the user as the last step after the notification is triggered, which explains why the delegate got the email and the actual user didnt.



Best Regards


Anil


nikita_mironov
Kilo Guru

Hi Anil


This is witnessed because either because the delegate "abel tuter" does NOT have a Notification Message (subscription) to "Incident Opened and Unassigned" or has it there with empty "Send When". Note that if that Notification Message for "abel tuter" does not exist then it will be created by the system while processing the above notification event and you know what ? "Send When" will be empty with all the consequencies.



I solved this issue a couple of years ago by creating custom table that links pre-defined filters to Notifications which are then set by a Business Rule running when new Notification Message for Subscribable notification is created.