How to stop triggering same notification multiple times?

Nikita40
Tera Contributor

Hi All,

An Notification is created, when operational status changes on  cmdb ci server form, notification should be triggered to a group. To achieve this event is created. this event is called using before update business rule as shown below. but operational status is updating 3 times, due to which notification also triggers 3 times. also on the same table after update business rule is used with current.update() instruction. in this case what can i do so that notification will get trigger only once without doing any modifications in other business rule.

Thanks in advance!!!

find_real_file.pngfind_real_file.png

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

Unfortunately you're going to need to remediate your other BRs. There is rarely a need / reason to use current.update() in an after rule.

View solution in original post

3 REPLIES 3

Kieran Anson
Kilo Patron

Unfortunately you're going to need to remediate your other BRs. There is rarely a need / reason to use current.update() in an after rule.

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

It is recommended to trigger Events from after Business rule.

Also why to trigger notification using eventQueue() and why not using notification condition

There must be some other BR which is updating hence it is triggering 3 emails

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Mohit Kaushik
Mega Sage
Mega Sage

Hi Nikita,

Its better to use notification conditions to manage your notifications unless until you cannot put the conditions by using filters present in condition of notifcation.

In order to check what all BRs updating your Operation status field, just search Filter the script field of BR with your operational status field's backend name. As shown below:

find_real_file.png

 

Please mark this answer as correct and helpful if it resolves the query and helpful alone if it lead you in right direction.

 

Thanks,

Mohit Kaushik

Thanks,
Mohit Kaushik
ServiceNow MVP (2023-2025)