Worknotes updating twice in problem table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 11:09 AM
hello,
by a business rule, I am updating few worknotes in problem record. It is working fine in my PDI but when deployed in Development instance of customer, work notes are updating twice. One by the ID of user who logged in ServiceNow and other by "System" . Same worknotes is updating twice. I am not able to check as why worknotes are updating by "System" .
In PDI worknotes are updating only once by my ID.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 11:12 AM
Hi @SnowUser09
Check in your company instance, which is updating the worknotes twice.
Also check by any chance you are using current.update() in any of the business rule.
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 11:17 AM - edited 10-12-2023 11:19 AM
Hello Aman,
Yes I am using problem.update() in business rule as without it, information is not updating in worknotes in my PDI. Does it work differently for PDI and company instance