Question
1
Replies
5854
Views
Posted: August 4, 2017
Last activity: August 4, 2017
Closed
Removing duplicate page in pagelist based on 2 property values in that pagelist page.
Hi All,
I have pagelist which contains embedded pages also. I want to remove the duplicate pages inside the pagelist(not belongs to code-pega-list) , based on 2 property values. Kindly help. Attached the pagelist structure.
I tried with pega default utilities, pyRemoveDuplicatesFromPagelist,(not working) but here we need to compare if the page contains values similar for 2 properties(country id and KYClocal status) in other pages. need to write java code.
I think you have to customize the OOTB pyRemoveDuplicatesFromPagelist for your requirement.