Disable Notification Preferences in System Settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 12:32 PM
Hello,
We recently upgraded our DEV environment to Jakarta and discovered the notification preferences in the system settings pop-up window. We would like to completely disable this feature for all users. Notifications are crucial to the success of our business, so they should never be turned off. Does anyone have suggestions on how to accomplish this?
I tried creating a UI Script to hide all the content in the frame. Below is my script
var nTab = parent.document.getElementById("tabpanel_notifications");
nTab.style.display = "none";
This script works the first time you go to system settings, but if you go a second time, all the content is there again?
Can anyone help me with my script or suggest an alternative solution?
Thank you,
Tyler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 07:43 AM