Email notification triggering twice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 03:45 AM
Hey all,
We've a notification that is intermittently triggering twice to the end user. The notification is defined to be triggered when the work note is added. 'Send to creator' is not selected.
Any hint towards the root-cause?
Thanks and Good Day!
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2020 07:53 AM
Hi Vamshi,
It's same notification trigerring twice. There is no time gap between two notifications.
TY for the response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-06-2020 04:02 AM
Hi,
Did you select it both insert and update in the notification under when to send? If thats the case check if you are getting notification twice when a new record is created. There could be chance that the record is inserted and then might have been updated immediately through any Br or some script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2020 02:54 AM
TY all for the response.
1. The notification gets triggered at the same timestamp.
2. Notification is triggered for an existing record, so the cause is not a BR which executes both on insert and update.
Thanks again.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2020 11:09 AM
Hello Balaji,
What are the condition of the notification? Is it on update? If yes could you check if the record is being updated more than 1 once? May be there is update in any BR. Add a gs.log line in the update BR and check if that line is coming twice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2022 08:34 AM
Hi Balaji,
Did you ever resolve this? I'm finding the same issue on a record and can verify the update is only happening once, but it is firing the same notification twice at the same time.
Thanks
Dan