Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Change not captured in audit history

Mohammed21
Tera Contributor

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?

1 ACCEPTED SOLUTION

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.

View solution in original post

4 REPLIES 4

Saurav11
Kilo Patron

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.

 

 

Hello,

 

If my answer helped you can you also mark it as correct

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

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.