How to send a notification to all the member of assignment group when assigned to field is empty and attachment is added in incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 08:28 AM
How to send a notification to all the member of assignment group when assigned to field is empty and attachment is added in incident.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2022 08:53 AM
The best way to do this would be with an event-triggered email notification. This will require:
- New Event Registration
- New Business Rule to queue new event
- New Email Notification to be triggered when new event is queued
The new Event should be on the Incident table so you can access the Assignment group as an event parameter:
The new Business Rule should be on the Attachment table, Before Insert where Table name is Incident, and have script as below to verify empty assigned to:
The new Email Notification should also be on the Incident table, and should be triggered from your new Event and should have Event parm 1 contains recipient set to True:
If this answer is helpful please mark correct and helpful!
Regards,
Christopher Perry
Regards,
Chris Perry