Question
CI
IN
Last activity: 1 Apr 2022 8:47 EDT
How to remove Duplicate Contacts from pagelist ? By using activity ?
How to remove Duplicate Contacts from pagelist ? By using activity ?
***Edited by Moderator: Pooja Gadige to add capability tag***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Updated: 31 Mar 2022 10:34 EDT
Eclatprime Digital Private Limited
AU
CI
IN
Eclatprime Digital Private Limited
AU
Can you share the screenshot once
CI
IN
if(myStepPage!=Null) { ClipBoardProperty pyStateListCase = myStepPage.getProperty("pxResults"); pega_rules_utilities.removeDuplicatesFormList(BrokerList.pxResults,"BrokerList","ContactEmailAddress"); }
CI
IN
My stepPage is brokerlist.pxresults and Pagelist is Brokerlist and property to remove dupliactes is contactEmailAddress
CI
IN
My stepPage is brokerlist.pxresults and Pagelist is Brokerlist and property to remove dupliactes is contactEmailAddress
Eclatprime Digital Private Limited
AU
https://collaborate.pega.com/question/remove-duplicates-pagelist-using-data-transform
Can you check this link once..implement the same using activity
CI
IN
ai4process
PL
@kirti Use pyRemoveDuplicatesFromPageList as mentioned above.
If you would like to adjust pxResultCount or other property that you use for pagelist count, use SizeOfPropertyList or other similiar function and set new value for it.