Where is the "Allow Notifications" Property Stored?

Braden S_
Tera Contributor

On our instance the "Allow Notifications" setting is read only for non admin users. Nobody on my team remembers modifying this but we have a user where "Allow Notifications" is disabled and is unable to turn that setting on. We were unable to find where this value is stored to enable notifications for this user. find_real_file.png

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

 Notifications preferences are stored in cmn_notif_message table.

you can search particular notifications for user and enable them.

 

But, in your case, it seems that allow notifications is disabled for particular user.

This is maintained in flag "Notification" in sys_user record. You can enable notifications for user in user record.

 

sys_user.LIST and pull notification column

 

find_real_file.png

 

Regards,

Sachin

 

 

 

View solution in original post

3 REPLIES 3

SanjivMeher
Kilo Patron
Kilo Patron

Open the user table and check the Notification field for that user. If it is disabled, check the updated by field. You mayn't get the accurate result, who updated it, but you have the option there to activate it by just changing it to enable

 

find_real_file.png


Please mark this response as correct or helpful if it assisted you with your question.

sachin_namjoshi
Kilo Patron
Kilo Patron

 Notifications preferences are stored in cmn_notif_message table.

you can search particular notifications for user and enable them.

 

But, in your case, it seems that allow notifications is disabled for particular user.

This is maintained in flag "Notification" in sys_user record. You can enable notifications for user in user record.

 

sys_user.LIST and pull notification column

 

find_real_file.png

 

Regards,

Sachin

 

 

 

Braden S_
Tera Contributor

Great info. I was able to enable the "Allow Notifications" for the user. Thank you!