Question
3
Replies
4300
Views
Ness
Posted: November 30, 2017
Last activity: August 26, 2020
Closed
Solved
Loop Through Data page
How to loop through below scenario ? where Workbasket Id is dynamic ?
- User Pages
- D_ConsolidateWorkBasket
- D_ConsolidateWorkBasket[] (Code-Pega-List)
- D_ConsolidateWorkBasket[WorkBasketID:"MISCWB"] (Code-Pega-List)
- D_ConsolidateWorkBasket[WorkBasketID:"CASEWB"] (Code-Pega-List)
Example user selected the work basket MISCWB and i need to loop through the DP D_ConsolidateWorkBasket[WorkBasketID:"MISCWB"] now . All other DP are available in clip board
D_ConsolidateWorkBasket[WorkBasketID:"MISCWB"]
***Updated by moderator: Lochan to update Categories***
You can Define the StepPage like D_ConsolidateWorkBasket[WorkBasketID:param.Workbasket].pxResults.
Pass the parameter and get the values dynamically.
You can refer the OOTB Delete attachment functionality