Need help on trigger notification based on RITM Priority
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 01:29 PM
Hello,
We need help on trigger an email notification on "sysapproval_approver" table when RITM Priority is "High" or changed to "High" priority. Please help. Thank you
Example of existing RITM record:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 10:43 PM
Hi @Tai Vu
Thank you so much for providing a sample. After trying the sample, I received a duplicate email. I then modified the business rule to trigger 'after insert,' but the email did not trigger. Could you please continue to help? Thanks.
Business Rule:
Notification:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 11:18 PM - edited 12-13-2023 11:19 PM
If the Priority can be changed after creation, it should be after both Insert and Update.
The condition should be as following: Priority changes to 2 - High
And in your script at the eventQueue, you should replace <your_event_name>.
If the Notification triggered twice, that means the Business Rules has been executed twice. There's most probably 2 updates came together in your test case.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 11:20 PM
If your notification send when condition is 'Record inserted or updated' then as per below photo add your conditions by doing do walking in notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2023 11:21 PM
Mark Helpful if my solution resolves your issue.
Thank You !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 12:19 AM
- Notification send when condition should be triggered.
- Create flow as per below.
- Add your notification in Send Notification action.
Mark Helpful if my solution resolves your issue.
Thank You !