Support Article
For Page List properties ,Audit trail is not readable
SA-33742
Summary
When doing actions (Add/ Update / Delete) operations on page list properties, corresponding action descripiton in Audit is not readable by the user.
Error Messages
Not Applicable
Steps to Reproduce
1. Create page list property.
2. Define Track Security Changes for page list property by running the Field Level Audting wizard.
3. Add / Update / Remove the Page list property in Repeat Grid.
Root Cause
Setting the value for page list property in pyTrackSecurityChanges Data transform is incorrect.

Resolution
Perform the following steps:
1. Not required to set value for all page list properties. Set value for only one property.

2. SaveAs the @baseclass.TrackSecurityChangesLogic activity into application ruleset and replace the getPresent API with getIfPresent API and add null check for those corresponding properties in both Step1 and Step2 of the activity:
Step1 Before Change

Step1 After Change

Step2 Before Change

Step2 After Change

Published March 3, 2017 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.