Retrieve Account changes
Learn how to retrieve auditing records of Account changes, including updates to BillToId and SoldToId values.
The following use case retrieves the auditing records of Account changes. If BillToId
or SoldToId
value is updated or added, the value change is retrieved as additional_info
in the query result.
Note that deleting an Account object triggers two sequential object change events. Consequently Audit Trail inserts two records to the auditobjectchangeevent
table. The first one records an UPDATED
action that changes the status of the Account from Active
to Canceled
. The second one records a DELETED
action that removes that Account. See the first two rows in the preceding query result for an example.