- 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 11:35 AM
Hi Ravi,
When email is triggered, and they are duplicate, there is a business rule on sys_email table which marks it Send - ignored. Business rule name is Ignore duplicates
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 11:38 AM
Ok, But why duplicate is being sent when it is working fine in DEV instance . How to check this please.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2017 11:49 AM
Can you check by going into the email, if it is two different email notifications?
Also check, if there is an after update in your business rule, which is saving the incident again causing to trigger another email.
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 11:59 AM
Hi Sanjiv,
It is the same email with same subject . One is being sent and other is send-ignored.
This is not happening in DEV instance. We moved this notification to QA and it is happening there.
Please guide what need to be checked in script .