abort notification if company custom field is false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 08:25 AM
Hi Team,
We have created a custom field on company table named "notification required"(check box). company field dependent on caller .If check box if false then abort any notification (restrict record to create in email table) from incident and if check box is true then fire notification?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 09:36 AM
Write a before insert & update business rule with condition as "caller_id" is populated, then
if false - abort the action within BR
if true - follow notification process - trigger an event, send the notification on.
Manikanta Sanga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2025 11:18 PM
When user company enable notification is true , then only send notification other wise abort it