Notification is not triggering during insertion of case
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 03:04 AM
Hello
I have a requirement where i need to trigger notification when assign to is not empty and assign to changes. when Hr case is submitted assign to is auto populating. I created business rule to trigger the event for notification. type is insert and update. while updating case by changing assign to notification is triggering. But when case is inserted event is not triggering. Do assign to changes condition is considered while insertion?
Thanks
Akash
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 03:16 AM
I think you can directly configure notifications based on conditions rather than going via Business Rule.
Ideally in both the cases it should work. Try creating a new notification for insert with condition assigned_to is not empty. For update let the conditions be the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 03:56 AM
Hello Survo,
I created this notification on parent table. if i trigger the notification through event then only child tables also will receive notification. If i directly configure notifications based on conditions then i need to create notification on all child tables.
Thanks
Akash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 03:59 AM
Hello Survo
If i keep condition same for update then assign to will recieve notifications when ever case got updated right.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 04:03 AM
Yes Right, but only when it assigned_to changes and is not empty. SO not every time it is updated. It will trigger every time assigned_to is changed