Question
Wipro Limited
IN
Last activity: 20 Feb 2017 6:38 EST
Need to build the xml stream rule from pxresults in below format
Hi,
I have a page (PageABC) of type Code-Pega-List which is defined on the step page of a RDB-List method in an activity. The page contains 2 pxResults page lists - PageABC.pxResults(1) and PageABC.pxResults(2). Each PageABC.pxResults(2) has a property called "Name" with appropriate values as retreived from the RDB-List.
I want to map this page PageABC on the Mapping tab of an XML stream rule. How do I achieve the same?
Please note that PageABC is NOT mapped to any pagelist property but is created on the fly.
Can anyone reply on above question. I too have same requirement. Need to build the xml stream rule from pxresults in below format
<CustDetails>
<Cust><FName></Fname><LName></LName></Cust>
<Cust><FName></Fname><LName></LName></Cust>
<Cust><FName></Fname><LName></LName></Cust>
....</CustDetails>
I need to iterate through pxResults and need to get data from pxResults and show it on Cust tags.
Can some one help on this?.
Thanks in Advance.
***Updated by moderator: Lochan to branch to new post***
Hi,
I have a page (PageABC) of type Code-Pega-List which is defined on the step page of a RDB-List method in an activity. The page contains 2 pxResults page lists - PageABC.pxResults(1) and PageABC.pxResults(2). Each PageABC.pxResults(2) has a property called "Name" with appropriate values as retreived from the RDB-List.
I want to map this page PageABC on the Mapping tab of an XML stream rule. How do I achieve the same?
Please note that PageABC is NOT mapped to any pagelist property but is created on the fly.
Can anyone reply on above question. I too have same requirement. Need to build the xml stream rule from pxresults in below format
<CustDetails>
<Cust><FName></Fname><LName></LName></Cust>
<Cust><FName></Fname><LName></LName></Cust>
<Cust><FName></Fname><LName></LName></Cust>
....</CustDetails>
I need to iterate through pxResults and need to get data from pxResults and show it on Cust tags.
Can some one help on this?.
Thanks in Advance.
***Updated by moderator: Lochan to branch to new post***
Original post: How to map clipboard pagelist created on the fly during RDB-List to XML stream rule?