Question
2
Replies
2733
Views
TCS
Posted: March 19, 2019
Last activity: March 20, 2019
Closed
Calling Report definition
I have a Report Definition in the Framework Layer.
I have two implementation classes.
I have to call the Report Definition from these two implementation classes.
Can you please suggest the technical way to achieve it?
***Edited by Moderator: Pallavi to update platform capability tags***
HI,
You can call Report Definition from an activity in the implementation layer.
In an activity use step, "Call "Call Rule-Obj-Report-Definition.pxRetrieveReportData"
In the Parameters for this step, you can pass the Report Details.
In the step page pass a clipboard page <page.pxResults> in the class where you want the report data.
Note- Define page under class Code-Pega-List and page.pxResults in the class where you intend to store the Report data.