Audit history is not captured when bulk records are updated through fix script.

Community Alums
Not applicable

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.

11 REPLIES 11

palanikumar
Mega Sage

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 

Thank you,
Palani

anusha_narapura
Tera Expert

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.