Question
2
Replies
1887
Views
virtusa technologies india pvt ltd
Posted: June 22, 2017
Last activity: July 7, 2017
Closed
Solved
Avoiding duplicates in a dropdown
Hello,
I want to avoid the duplicates from a dropdown.
The dropdown is sourced from a datapage.
The datapage is sourced from an activity.
Thanks In Advance
Hi Srinivas,
Pls call the Utility function in the activity on the pagelist generated. Add a property-set step and there do
Param.Result = @Utilities.pyRemoveDuplicatesFromPagelist(PageName,"XXXX","PropName")
Function Name pyRemoveDuplicatesFromPagelist
There are other OOTB function as well to do same.