Audit Trail not showing PageList Index
Hi,
We are trying to track changes using field level auditing feature made to individual properties within a pagelist instead of the entire pagelist. For example in pyTrackSecurityChanges data transform, we have added Transaction(1).Amount instead of the tracking Transaction(1)
Now, when the value of Amount changes for any given index the audit only has the below note: ChangeTrack_Add Transaction Amount 12.00 --- for an add action or ChangeTrack_Change Transaction Amount 12.00 13.00 for an update action
but it does not indicate which index that change was made for. It is impossible to track the change to the original transaction without the index
In the function: addMemoForSecurityChangeTracking the index seems to be tracked only when the entire pagelist is tracked
Hi,
We are trying to track changes using field level auditing feature made to individual properties within a pagelist instead of the entire pagelist. For example in pyTrackSecurityChanges data transform, we have added Transaction(1).Amount instead of the tracking Transaction(1)
Now, when the value of Amount changes for any given index the audit only has the below note: ChangeTrack_Add Transaction Amount 12.00 --- for an add action or ChangeTrack_Change Transaction Amount 12.00 13.00 for an update action
but it does not indicate which index that change was made for. It is impossible to track the change to the original transaction without the index
In the function: addMemoForSecurityChangeTracking the index seems to be tracked only when the entire pagelist is tracked
As per this pdn article https://community.pega.com/support/support-articles/audit-trail-not-showing-pagelist-index this issue was supposed to be fixed in version 7.2
We are currently using version 7.3 but still seem to encounter the issue.
Is there any fix for the same?