Question
LTIMindtree
GB
Last activity: 31 May 2021 9:14 EDT
How to achieve Security Tracking for Data types
Hi
I have created a data type namely EmployeeList and 3 columns namely
1. EmployeeName
2. Employee ID
3. Phone Number
my requirement is to enable security tracking for the data type.
for that i have created a Data Transform pyTrackSecurityChanges and a declare Trigger "TrackSecurityChanges" in the EmployeeList data class . Inside the Declare Trigger i have kept option as "SAVED" and calling OOTB activity TrackSecurityChanges . This configuration is not working for me , when i analysed the clipboard structure , can't found out any specific page which is maintaining the Data Type records . Though there is a page available in clipboard like "pyVirtualRecordEditorREResultPage125010" and pxResults of it contains the records the numeric portion of this page always changes with new session . If someone has implemented such requirement , please suggest.