- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2022 04:47 AM
Hi everyone,
I've bunch of records in case table whose state value is in Resolved-validated but it is not audited in the history line. I can see only till Resolved-work complete. How is the state has moved without it getting captured in audit history?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2022 01:10 AM
Hello,
If this is a regular occurrence then there is a chance that there might be a schedule job/business rule written for it.
If it was a one time occurrence then there is a chance that background script was used for it.
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2022 05:53 AM
Hello,
This can happen if the update was using a script which has below syntax in it:-
setWorkflow(false);
autoSysFields(false);
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2022 08:07 AM
Hello,
If my answer helped you can you also mark it as correct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2022 12:55 AM
Hi, Is there any other way that update happens because I've checked the script and also Fix script, I couldn't find anything that is updating the state value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2022 01:10 AM
Hello,
If this is a regular occurrence then there is a chance that there might be a schedule job/business rule written for it.
If it was a one time occurrence then there is a chance that background script was used for it.
Please mark my answer as correct based on Impact.