How to automatic set notifications unsubscribed in notification preference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2019 07:33 AM
Hi guys,
I create 4 new notifications(ICFR (SOX) Classification Elevated, ICFR (SOX) Classification Lowered, SOC Classification Elevated, and SOC Classification Lowered), I notice it automatic added them in Notification Preferences as default subscribe that I do not want to. I want these 4 notifications to be default unsubscribe to allow users to manually subscribe if they want to. So I researched to find solution for that and apparently they said to use business rule for that. So I create a business rule to trigger from specific 4 notification to make it to unsubcribe. I imported this business rule first and then import 4 new notification but it seem that the business rule doesn't trigger at all and notification preference still automatic turn these 4 as default subscribed. What did I do wrong?
Here is screenshot of notification preference before add 4 new notifications,
Then After 4 new notifications add which I do not want to automatic subscribe it,
Here is a business rule I created that I was trying to prevent these 4 new notifications from doing default subscribed it,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2019 11:58 AM
If you want to test this business rule, you can create new test user in your sub prod instance which will create records in "cmn_notif_message" table. Then, you can verify if these notification preferences are disabled.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2019 12:10 PM
I don't understand. I already tried import update set xml of BR there in next instance and then import xml update set of new notifications but it doesn't work because BR doesn't trigger at all. I was testing in development instance with 4 new notifications already there in notification preference but I couldn't find them in cmn_notif_message table. We do not want these 4 notification to set a subscribe as default in notification preference. So we can't promote update set to next instance otherwise it will set a subscribe when import. So BR is a way to go to prevent that and make it unsubcribe. My question is that do BR need to import/create first before the notifications is created/imported?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 01:02 PM
When I search notification name in "cmn_notif_message" table, I do not see them in the list. Why it not added in "cmn_notif_message" table but exist in regular notification table? I think that is why it unable to change the filter to unsubscribe?