
- 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 01:54 AM
Have you the check content of the sent mail ?
Is it same or different?
If different then there is an another mail configured on same condition.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 02:05 AM
Both mails are exactly the same.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 02:11 AM
That case is updated twice in the Open State that's why email is triggering twice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2018 01:54 AM
Is by any chance, whatever is inserting a record into your case into the case table doing an update which duplicates the case too.
can you confirm if you have 2 identical cases. and maybe some script in a your workflow or business rule is doing an unnecessary current.update();