The CreatorCon Call for Content is officially open! Get started here.

Incident comment update sending duplicate(multiple times) notificationsH

Tamil5
Tera Expert

Hi All,

When ever am adding Comments in the incident it is sending multiple notification with the same content.

I read somewhere that notification 'Weight field' value should not be '0' it may happen because of this value, so I have changed it to '10'.

One of my instance is 'Geneva' version after this change this instance is sending only one notification, but still it is trying to send multiple times. If we see in the email logs the type is marked as 'Send Ignored'.

My another instance is 'Eureka' version, here even after changing the Weight value it is still sending multiple notifications.I have no idea why it is sending duplicate notification.

My notification conditions are,

When to send ==> Record inserted or Updated

Updated Checked

Conditions ==>   Comments   --> Changes'

Any suggestion...,?

Thanks in advance

Prici.

1 ACCEPTED SOLUTION

Hopefully the business rule does not contain current.update(). That's a common cause of business rules getting run more than once. If you see that, remove it or comment it out. 99.99% of the time it's not needed or can be rewritten another way.



Business Rules Best Practices - ServiceNow Wiki


View solution in original post

24 REPLIES 24

Hi Prici ,



You are right .. The process update   from two inbound mail action( update incident bp and update incident TEC)


I created incident tec ticket and resolved and then I update some comments through replying mail. but its triggered both inbound mail action. checked in the logs



The script is clearly called one is for incident and incident tec separately.. how to stop this .



Incident tec


find_real_file.png



Update incident bp


find_real_file.png


ok odd that you would have to but on the second one try ..



if((current.getTableName()== 'Incident') && (current.getTableName()!= 'u_incident_tec'))


After change the code


its still updating the two inbound mail action


Hai raymond



Any solution on this , still its ruining two times


Hi prici



Please tell me how to restrict this . as two inbound mail action triggered same time