Audit history is not captured when bulk records are updated through fix script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:30 PM
HI,
I am trying to update 3 fields on 6k records through fix script , but audit history is not captured on few records and it is causing to revert back the value to empty by other sources .
Kindly help how to fix the issue.
Thanks,
Prakash.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:32 PM
Are you using setWorkflow(false) in your fix script?
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:36 PM
Hey Harish,
No , I have not used setworkflow(false), sysautofields(false) in my fix script.
Thanks,
Prakash.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:38 PM
Then you can check the below link to update as a workaround
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2023 11:35 PM
Hi @Community Alums
Are you using setWorkFlow(false) / autoSysFields(false) in your fix script? If yes, it might cause this issue.
Please mark my answer helpful and accept as solution if it helped you 👍✔️
Anvesh