Can I extract Audit Log data using a replication set?
Answers provided during call:
1. Replication Sets exist today where you can replicate audit logs in a certain fashion.
2. Replication Sets have the ability to incrementally replicate a business class' audit log entries. This includes the audit entry attributes as well as the field values at the time of the audit entry.
When you select a business class for replication, you have the ability to identify what type of data you will be replicating, Current Data, Audit Log Data or Future Effective Entries. When you select Audit log data you have access to additional transient fields (lower case fields) at the bottom of the select list which allow for the replication of more specific audit data like time stamps, action reason, invoking actions etc.
Is it possible to filter audit log data to on only include data for changes to a particular field?For example, on the ItemLocation business class is it possible to filter the RepSet so the data exported only includes records where the CountAccuracy has changed?
I've already accomplished this be parsing the RepSet data in an IPA Flow, and also another way by using SQL, XML transformation in an IPA Flow (Single Tenant), but I'm curious if this can be done at the RepSet level.