- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2017 04:20 AM
Scenario- On incident form when Reassignment Count is greater than 3 then a notification 'High assigned to count' should be triggered to the manger of assignment group. When this notification is triggered first time, this notification should be disabled in Notification preferences list of all users so that some @specific users can opt-in/subscribe this notification.
I have created a new notification 'High assigned to count' on incident table.
When to send - condition set to Reassignment Count is greater than 3.
AND Reassignment Count changes.
Who will receive- Assignment group.manager
This notification is being triggered when Reassignment Count is greater than 3.
But this notification is being automatically enabled in Notification preferences list of all users.
The actual requirement is- This notification should be disabled in Notification preferences list of all users so that Some specific users can opt-in/subscribe this notification.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2017 10:20 AM
Hi Umesh,
You can add a business rule on the Notification Messages table [cmn_notif_message] that will set the message to 'Unsubscribed' automatically when it gets created for your particular notification template.
- Create your new business rule on table [cmn_notif_message].
- For "When to run", specify on 'Insert'.
- Set the Filter Condition to when "Notification Message is ... (choose your desired notification)".
- Under "Actions", have it set "Filter To Unsubscribe".
Now whenever a new notification message is generated to a user for this particular message, it will be unsubscribed.
Thanks,
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2021 11:09 AM