Is there any way to disable FullRecord from recording reads?

Top  Previous  Next

FullRecord 2.x stores Read operations only if there is no previous matching operation for a change. If you start with an empty audit file on an already working system, most likely you'll see Read operations often at first, because there is no real tracking of the "history" of the record. For example, on normal working, you "add" a record, then "change" it, and that's all what is saved (the "changed" record takes the "previous" information from the add). However, if you already have the existing record but no audit file, if you save a "change", there is no previous record already stored in the audit file to gather the "previous fields" information, so a "read" operation is saved, to be able to compare the current data with the old one.

If you change a record for the first time in an empty audit file, you'll see a read-change operation. However, if you change again the same record, you should see only a "change" operation.