User Notification preferences - Disable for one notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
1 way is admin will do the task for that person
OR
Another way is to write Business rule on Email table and check which email is there and who is the recipient, if the recipient = ABC and Email subject = Your email subject then manipulate the recipients in the Record and remove that person
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I believe I shared a working solution for your question.
Did you get a chance to review?
Members have invested their time and efforts in helping you.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader