- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 11:25 AM
Hi All,
We have a email notification on Incident table . This will be triggered when incident is resolved. The issue two emails are getting triggered in Email Logs.
One is being sent and other is being Send-Ingored. Please see attachments.
This is working in DEV instance, only one is being triggered and sent. But when we tested in QA two are being triggered and one is sent and other is send-ignored.
Please provide some idea on this what is the reason.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 05:05 PM
Can you deactivate those onAfter business rule and run your scenario again. Note down the business rule you are deactivating.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 12:07 PM
Hi Sanjiv,
Could you please guide how to identify this issue , what has to be checked in the script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 02:18 PM
Check what all onAfter business rules you have and any such business rule has current.update();
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 04:50 PM
Hi Sanjiv,
I checked for Onafter business rules and script contains Current.update. They are same as present in DEV .
Any idea please.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 05:05 PM
Can you deactivate those onAfter business rule and run your scenario again. Note down the business rule you are deactivating.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 05:24 PM
Hi Sanjiv,
I found the business rule , I deactivated "Create problem if P1, P2 resolved" and done same scenario. I found there is no duplicate notification.
But just want to know why this is happening in QA . The same business rule is present in DEV as well.