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
11-01-2024 02:36 AM
Can you share the script you are using?
I suggest you to use Update Job instead of running fix script
To create background job you can follow below steps:
1) From Navigation Menu go to System Data Management > Update Job
2) Create new job
3) Select the table name, add filter and set the values to be changed
4) Ensure "Auto updating system fields" and "Run business rules and engines" are checked
5) Click Continue
6) Click "Execute Now" related link to run immediately
7) If you want this job to run on different date, then you can set the "Run at" field
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 09:06 PM
Hi @Community Alums - Is your issue resolved? If yes, can you post the solution here? We are facing a similar issue when executing fix script.