Where (table name) are users' notification preferences stored?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2020 02:28 PM
I'm trying to figure out why we're not delivering one notification type to a particular user. we're now running a custom service portal, and not able to access notification preferences when impersonating the user. I'm trying to ascertain whether the user "un-subscribed" from this notification.
Thanks,
Jon
- 8,997 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2020 02:49 PM
Notification preferences are stored in cmn_notif_messages table.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2020 02:49 PM - edited 03-10-2023 06:45 AM
Hi,
You can check the tables: cmn_notif_message and sys_notif_subscription
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2024 12:44 PM
Finally, after literally more than a reasonable amount of time searching, I found you, my sweet, sweet sys_notif_subscription.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2020 04:16 PM
Thank you Alan and Sachin. Your responses should be helpful. Note that the correct table name is cmn_notif_message (singular).