whenever i submitted the Record producer one worknote is showing in incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 03:27 AM
Hi Community,
whenever i submitted the Record producer the below work note is showing in incident table.
"Ticket has been sent to Accenture Shared ServiceNow", but rest of things working fine
Will it be fine or it may be issue in future?
Please find the below screenshot and advise
Thanks & Regards,
Srinivasu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 04:21 AM
@Srinivasu2 This might be coming from the record producer script or a business rule. Please check with your process owner if they are okay with this worknote otherwise you can simply choose to comment the code adding this worknote either through the record producer script or through the business rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 05:12 AM
Hi @Sandeep Rajput,
I have written a record producer script for auto assignment of respective group in incident table,
I have moved 77 subcategories from dev to test along with updated script, out of 77 for 20 subcategories showing above work note in test,
these 20 subcategories are under one category that is "Brazil-EUC"
57 subcategories are not showing above work note,
Could you please suggest what can i do now?
Please find the below screenshot
Thanks & Regards,
Srinivasu

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 05:36 AM
@Srinivasu2 Please check if there is any business rule defined on the incident table which is adding worknote for this specific category "Brazil-EUC"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 04:39 AM
Hello,
Seems like whenever you update the form this is getting added in the worknotes. Seems mostly it is coming from before/after business rule.
Go to the business rule table and in the list view add filter that script contains the test which is getting printed you will get the BR.
Please mark my answer as correct based on Impact.