Filter notification by role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi everyone,
I need some help with a notification issue.
I have a group of users with the “partner” role, and I want them to receive only three specific notifications — the ones whose names contain “Partner” (name in notification table )— and no others.
Since there are currently over 500 notifications on the platform, I can’t modify them manually.
I thought about creating a Business Rule on the sys_email table with a condition like:
if the user has the “Partner” role and the email subject doesn’t contain “Partner”, then abort the email.
However, the problem is that the three notifications don’t have any common keyword in their subject or name, so I can’t easily filter them that way.
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi there @chahinazekbz
Instead of blocking emails in sys_email, the best way is to use Notification Filters. Create a filter for users with the partner role and only allow the three specific notifications for them. This avoids touching 500+ notifications and prevents messy subject-based logic. If those three notifications don't share a keyword, you can reference their sys_ids in the filter or add a custom tag/role to them. This is the supported and scalable way to restrict notification delivery for a specific role.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
