Question
Ford
IN
Last activity: 16 Oct 2018 12:03 EDT
Can we call report definition from data transform ?
Can we call report definition from data transform ?
Earlier List view was configured in data transform, as it is depreciated now i changed the list view to Report definition.
When tried to call the Report Definition in data transform which is in class "System-User-MyRules" I am able to see the caption but it is not behaving as a link.
Can anyone please tell us the syntax on how to call Report Definition from Data transform.?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Likes (1)
balaji tiruveedula -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Capgemini
IN
Create a data page and use the Report Defination as the source of the data page. Now if you use the Data page in your Data transform, it will load the data from report defination.
-
Hemanth Guptha Pasupula Subba Eranda Weerasingha
Pegasystems Inc.
US
Hello Bala,
Adding to Sai suggestion you can also write your own RUF to call the report definition and call it from your data transform.
Regards
Mahesh
Capgemini
IN
I dont think this is a good practice.
Pegasystems Inc.
US
Hi Sai,
Could you let me know why it is not a good practice? Just curious to know.
Regards
Mahesh
Capgemini
IN
RUF is going to be Java which is discouraged by pega. Adding to that we are going to miss out on other benefits of Data page like dynamic loading, refresh strategy and other. We can not share data across threads and requestor if it is created directly from RUF.
Let me know if I am missing anything.
-Saikat
Pegasystems Inc.
IN
Hi,
Try calling pxRetrieveReportData activity from DT using pega_rules_utilities.callActivity(PrimaryPageName, ActivityName, tools.getParameterPage());
-
Chandramouli Kommavarapu
Evonsys (Pvt) Ltd
LK
-
Chandramouli Kommavarapu