How to get the index of the property changed in Auditing which is inside a pagelist

Hi All,

Currently, I have overridden the OOTB pyTrackSecurityChanges activity and using Field values TrackSecurityChange_Add, TrackSecurityChange_Remove, and TrackSecurityChange_Chnage

and when a property value is changed, copying the Old Value, New Value, and PyLabel from the pyHistoryMemo in the Trigger activity and Saving those to Cutsom Data Table.

But my requirement is to track the Pagelist properties in a Table, and Audit every change on the fields, for example,

In the Table if User1 location value is changed, we should track and set in the Audit History Tab with Emp ID and filed changed with old & new values as below,

Please Suggest how to get the index/reference of the Pagelist property being changed ,if any existing OOTB Approach can be used or any other approach we can achieve this functionality.

Thanks,

Sagar

There is no definite way capturing the Audit trail with complete row information.

However, for each column you can add the changes in Audit Trail. Add the column property you want to track in the “pyTrackSecurityChanges” data transform like “Results(1).PropertyName”