- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:07 PM
Hi all,
I want to hide email notification option.
Where can I disable this option?
Preference > notifications > General
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:41 PM
Hi @shun6
OOTB there is no option as each user should be able to decide on his own. But you could implement for example a before Business rule on table cmn_notif_device which prevents setting "Active" to false for records with name "Primary email"
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:41 PM
Hi @shun6
OOTB there is no option as each user should be able to decide on his own. But you could implement for example a before Business rule on table cmn_notif_device which prevents setting "Active" to false for records with name "Primary email"
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 10:42 PM
Hi there,
If you update the email notifications to have "mandatory" checked, they won't be able to turn off the notifications. This mandatory field is not there on the notifications form but is there in the list view of notifications.
Additionally,
To stop them appearing on the Notification Preference list,
Please DISABLE those notification that doesn't want to show up in the Notification preference list.,
In this example.,
Disabling(Deactivating) the below Notifications removes "Targeted Communications" Notifications from the Notification Preference list.
- Targeted Communication Publication
- Targeted Communication Send Email
- Publication Sample.
If my answer helps then please mark it correct.
Thanks,
Utpal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 11:13 PM
Hi @Utpal Dutta
sorry, but you are not correct and your answer also does not relate to the question.
Take a look at my article How ServiceNow builds recipients lists for email notifications to understand better that disabling the primary email device takes precedence over notification individual settings.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 11:04 PM
Hi Maik,
Thanks for correcting me. Always learning & growing 😊
Utpal