- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:18 AM
Hi All ,
when customers are adding additional on incident , the comments are getting duplicated , suppose if i add 'shabbir' in additional comments , its updating 2 times
How to solve this ?
Thank you,
Shabbir Shaik
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:34 AM
any BR on that table has current.update()?
Did you check for all records on that table this is happening or only for some?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:34 AM
any BR on that table has current.update()?
Did you check for all records on that table this is happening or only for some?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 06:38 AM
Hi @Ankur Bawiskar ,
there is no current.update()
and its happening for all records
Thank you,
Shabbir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 06:45 AM
is it happening for both the fields work_notes and comments or for both?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 07:06 AM
hi @Ankur Bawiskar ,
Yes it is happening for both additional comments and worknotes. but our BR is before and no update() in that.