Question
Infosys Limited
US
Last activity: 31 Oct 2021 4:57 EDT
How to get the index of the property changed in Audit tab which is inside a pagelist
Hi,
I have a pagelist for example consider DetailList which contain five more properties 1.Code 2.ID etc.
for now lets consider only one property - ID.
pyWorkPage | ID Value |
---|---|
DetaliList(1).ID | 76435 |
DetailList(2).ID | 12376 |
i am trying to show details in audit tab using "pyTrackSecurityChanges" DT (Below Configuration )
SET .DetailList(1).ID equal to Details List ID
SET .DetailList(2).ID equal to Details List ID
Output Received :
Hi,
I have a pagelist for example consider DetailList which contain five more properties 1.Code 2.ID etc.
for now lets consider only one property - ID.
pyWorkPage | ID Value |
---|---|
DetaliList(1).ID | 76435 |
DetailList(2).ID | 12376 |
i am trying to show details in audit tab using "pyTrackSecurityChanges" DT (Below Configuration )
SET .DetailList(1).ID equal to Details List ID
SET .DetailList(2).ID equal to Details List ID
Output Received :
TIME | Description | Performed By |
DDMMYY | Added Details List ID Value 76435 | Himanshu Rajput |
DDMMYY | Added Details List ID Value 12376 | Himanshu Rajput |
not able to identify the record uniquely as there is no index.
so is there any way to uniquely identify each record coming in description.
PEGA VERSION: 8.5.2
Thanks