Duplicate entries in activity log on reloading
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 04:33 AM
Hi Everyone,
I am stuck on a frustrating problem for a long time, your help would be greatly appreciated.
I created a record producer with a workflow attached to get an approval from manager and give reminder in few days if request has not been acted yet.
Problem: 1. Duplicate entries are being made whenever I reload the case formed through record producer
(even when I am not updating the feilds too).
2. Number of duplicating entries have the same time stamp as that was for 1st entry
3. Most of the times entries gets duplicated sometimes not
Parameters Checked: 1. No use of current.comments in scripts
2. No use of gs.eventQueue method more than once.
3. No extra business rule and client is there that runs onLoad or after insert/update.
Note : comments being duplicated are - "___" has initiated a case & "____" is requested to approve the task
Please suggest what could possibly go wrong.
I have attached my workflow and duplicate entries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 09:17 AM
You can do a code search with 'has initiated a case' using SnUtils or from studio and see what all BR's/Client Scripts/etc.. anything have those exact words.
Both of the above options will help you out.
SnUtils:
Studio Search:
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 09:21 AM
I am facing the similar issue, is there any update on this or a fix available yet?