Need help on trigger notification based on RITM Priority

Lisa Goldman
Kilo Sage

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:

 

LisaGoldman_0-1702502658371.png

 

10 REPLIES 10

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:

LisaGoldman_0-1702535948036.png

 

LisaGoldman_1-1702535988711.png

 

Notification:

LisaGoldman_2-1702536070160.pngLisaGoldman_3-1702536119307.png

 

 

Hi @Lisa Goldman 

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

Pradnyesh
Kilo Sage

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.

Pradnyesh_0-1702538354606.png

 

Mark Helpful if my solution resolves your issue.

Thank You !

Pradnyesh
Kilo Sage
  1. Notification send when condition should be triggered.
  2. Create flow as per below.
  3. Pradnyesh_0-1702541841110.png

     

  4. Add your notification in Send Notification action.
  5. Mark Helpful if my solution resolves your issue.

    Thank You !