- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2019 10:50 PM
Hello,
I have an "Approver" receiving two approval request email notifications for the same ticket which also generates two approver requests. I checked the workflow and notification to see why this might be happening but didn't see anything in particular. Has anyone experienced a similar issue and able to guide me in finding the root cause?
This issue seems to occur ONLY when there is a request via the request button on the case, not for automatic request.
.
The workflow screenshot below:
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 08:06 AM
It turned out that the request for approval button was being clicked twice. This was not a system problem but rather the requestor requesting multiple approvals
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 12:08 AM
UI Action on HR Case [sn_hr_core_case] table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 12:09 AM
any current.update() has been used on business rule which has been used on "sn_hr_core_case" table ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 12:15 AM
Looking through and haven't found any.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 12:18 AM
quick question,
are you generating a notification using workflow ? is there any existing notification also has been used to send the notification on record update ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2019 12:18 AM
If you notice the time closely ,there is a 3 sec gap. That means the approvals were not generated together but were generated in a chain reaction.
Are you triggering the notification via any event, which in turn via any Business Rule?