The CreatorCon Call for Content is officially open! Get started here.

Is it possible for an adim to see if a user unchecked "Allow Notifications"?

abrahams
Kilo Sage

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?

1 ACCEPTED SOLUTION

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.





find_real_file.png


View solution in original post

6 REPLIES 6

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.





find_real_file.png


Thank you so very much.   I didn't see notification on the sys_user table.   I do see now.