
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 01:47 AM
I created an email notification so that when a case on a specific account gets an update, and the case has not a certain status, a mail is sent to the customer. The only problem is that the mail is sent twice.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 03:03 AM
This is not a system updated message. That message doesn't responsible for triggering email twice.
Right Click on Case Header then goto the History and check updates logs at same time with same state.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 03:02 AM
Well what you would do if you tried to workaround the double emails is to simply paint over the issue by stopping the double entry, which will cause further issues down the line.
if you know what is causing it, then you need really to stop it occuring.
what was the cause, im sure theres a simple solution to stopping it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 02:12 AM
Hi,
Please check weigh box in your notification .Is its value is zero or not if not zero edit its value to zero.
Because of weight value duplicate notifications may get sent.
If this answer helps you please mark it.
Regards,
Manjusha.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 03:22 AM
I faced same issue in my instance. I just used "Event is fired" notification at Send When, then I did not get duplicate notifications
Create Event: https://docs.servicenow.com/bundle/geneva-servicenow-platform/page/administer/platform-events/task/t...
Call Event In Business Rule: using this gs.eventQueue(<event name>, '', '');
If this answer helps you please mark it.
Thanks
Narsi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 04:17 AM
Thank you all for your help. I solved the problem by adding an extra condition.
"Update from other ticket" should be "True"