This is good to use at times when you have a few fields that you need to track. But, what if you want to track changes to the entire record? In this case, you can use Record Level Auditing.
Implementing Record Level Audits
Record level audinting allows you to have separate audit tables dedicated to one database record. Follow the steps below to turn on record level auditingStep one
Clone the record you wish to editStep two
Add the audit fields AUDIT_OPRID AUDIT_STAMP AUDIT_ACTN And make sure you check off the "system maintained" check mark on the record field propertiesStep three
Delete fields that won’t be auditedStep Four
Remove all key structuresStep five
Save and build the recordStep six
Link the base record to the audit record Open- original record definitionNow all of your changes for that record will be tracked in the new audit record you just created.