Field level auditing
Hello everyone,
we have the following requirement where, instead of using the OOTB visual representation of audit history we would like to show the audit in the below format.
We are planing to use OOTB field level auditing capability using pyTrackSecurityChanges declare trigger.
Date/Time |
Field Name |
Orginal Value |
Changed Value |
User |
12-Jun |
Account Number |
AAAAA |
BBBBB |
Rebecca |
13-Jun |
Account Number |
BBBBB |
CCCCC |
James |
|
Corporate.List |
|
|
|
|
Corporate.Group |
|
|
|
Has anyone done a similer implementation? or any idea on how to achieve this would be greatly appriciated.