Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

User Notification preferences - Disable for one notification

Khanna Ji
Tera Guru

Hi Team,

 

I have one VIP user who should not receive one type of notification and such kind of request might come in future also. I was thinking to suggest him to disable that notification from notification preferences but he wanted platform admins to do it. We have disabled impersonation in production and cannot impersonate a user. 

 

Is there any way this can be achieved through the same idealogy without customizing the system?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Khanna Ji 

another way I thought is this which is no-code, low-code and easy to maintain going forward

1) ask your platform admin to submit a catalog item, you have to design this catalog item and variables

2) variables will be as below

a) Notification reference variable referring to Notifications table

b) User - reference to sys_user (for whom it has to be disabled)

3) Once user submits this catalog item create an entry into this table "sys_recipient_notif_preference" with Send Field as False

Populate Fields which I highlighted

AnkurBawiskar_0-1756876104989.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Khanna Ji 

 

Being a admin, it can be done easily. Ask the admin to go to the user preference [sys_recipient_notif_preference] and then go to user preference and there create the preference based on the user, but I recommend getting the email or request confirmation from the user before taking action

 

 

https://INSTANCENMAEservice-now.com/now/nav/ui/classic/params/target/sys_recipient_notif_preference....

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************