Creating a more user friendly way of managing notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 10:40 AM
Hi,
We're trying to create a more user friendly way to manage notifications for a specific custom application. I thought about creating a record producer that would insert/delete/update records in the user preferences table (sys_user_preference), but when playing around with turning notifications on and off using the OOB preferences method I don't see it actually inserting/updating/deleting records in this table. Is there some other table where this is happening?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 11:02 AM
Try sys_notif_subscription
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 11:10 AM
Appreciate the response, but I don't have any records in this table, at least in my sub production instances.