You are viewing limited content. For full access, please sign in.

Question

Question

How do I group property changes in audit trail?

asked on January 19, 2016 Show version history

I am trying to group/tie property/field changes from audit trail database.  Preferably to  a document.  For example if I have two properties "account number" and "name".  If the name changes and an audit entry is written, how could I determine which "account number" is associated?  Also, I am trying to show all property/field changes that are associated with a specific document.  Is that possible?

 

Thank You

0 0

Replies

replied on January 19, 2016

When the server writes out the audit entry for a property change, it contains only the data related to that event: the time, the user, the entry identifiers (name, path, id), the old field value and the new field value.  It does not include information about fields that did not change.  Using the audit log to reconstruct the point-in-time field values assigned to an entry could require processing the entire audit log from the time when the entry was created.  It's not impossible if you really need to do it, but hopefully there's an easier alternative.

What is the problem you are trying to solve?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.