- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 03:42 AM
Hello Everyone,
If you see in ss on RITM its showing duplicates activity logs. Can anyone please help me on this how we can resolve it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 06:56 AM
Hi @AkashD462166574 ,
The most probable cause of this issue is current.update() in before business rules
Please have a look at the below part from ServiceNow Doc:
Prevent recursive business rules
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2025 06:56 AM
Hi @AkashD462166574 ,
The most probable cause of this issue is current.update() in before business rules
Please have a look at the below part from ServiceNow Doc:
Prevent recursive business rules
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 04:08 AM
Hello @SN_Learn,
Yes, this issue occurred because of the current.update in the business rule.
Thank you for your time and the solution.