Closed
Solved
Unable to remove Duplicates from a PageList using removeDuplicatesFromList
I am trying to remove Duplicates from a PageList this way
ClipboardPage pyStateList= tools.findPage("D_JulyMyDataPage");
if(pyStateList != null) {
ClipboardProperty pyStateListcase = pyStateList.getProperty("pxResults");
pega_rules_utilities.removeDuplicatesFromList(pyStateList, "HeroName", "TEK-RouterEx-Data-Heros");
}
I have attached the activicty
But Still i am seeing Duplicates in my Grid