Question
1
Replies
566
Views
Posted: November 13, 2017
Last activity: November 13, 2017
Closed
Need to use PxResults page in Control
Hi,
In my application I need to add one clipboard page in control, but when i'm trying it is showing me error. I need like below:
ClipboardPage TestPage.pxResults(1) = tools.findPage("TestPage.pxResults(1)");
Can you help me how can I get the first result page from TestPage into the control.
Hi,
Your syntax is wrong to copy the content of embedded pages. Please refer all available methods from
com.pega.pegarules.pub.runtime, Public API interace.
https://dev-pega7.hosting.corp/prhelp/javadocs/com/pega/pegarules/pub/runtime/PublicAPI.html#findPage(java.lang.String)
Sample from Pega OOTB getHistoryList activity - Step 5