- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2017 12:34 PM
We are reviewing Jakarta. In Settings the user has the ability to turn off and on Notifications. Is it possible for an admin to determine if a user turned off their notifications by clicking "Allow notifications" in the Notification section? I would like to be able to place this on the user record to make it easier for problem solving. Does anyone know what table this entry is placed in?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2017 12:47 PM
All that button does is change the Notification field on the user table to enabled/disabled. Again if you enable auditing on sys_user table and audit the field Notification you should be able to tell if a User has changed that field or not. By default it is set to Value 2 which is "Enabled". to test this out go to your user record aand right click the top as an admin and click show xml. scroll down in the xml and look at the value for "notification" now go to Settings > Notifications > Allow Notifications and change enable/disable it. Now reload your user record and preview the xml again and you will see the value has changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2017 12:47 PM
All that button does is change the Notification field on the user table to enabled/disabled. Again if you enable auditing on sys_user table and audit the field Notification you should be able to tell if a User has changed that field or not. By default it is set to Value 2 which is "Enabled". to test this out go to your user record aand right click the top as an admin and click show xml. scroll down in the xml and look at the value for "notification" now go to Settings > Notifications > Allow Notifications and change enable/disable it. Now reload your user record and preview the xml again and you will see the value has changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2017 01:01 PM
Thank you so very much. I didn't see notification on the sys_user table. I do see now.