Fetching data

How to fetch data from report definition in activity and property set the results from the report definition?

@KotiR16754433 You can make use of pxCallRetrieveReportData activity but i would suggest to make of datapage with source as report definition

Hi @KotiR16754433,

You can call the Report Definition in Activity by using the as mentioned below

Call Rule-Obj-Report-Definition.pxRetrieveReportData

Then pass required method parameters and and use property-set.

I hope this will help you.

Thanks,

Ashok

@Bhumireddy Thank you,

I will try.

@KotiR16754433

We can call the RD in activity by using pxRetrieveReportData, and passing the RD name and class in the parameters .

All the report data will get stored in a default page pyReportContentPage.

You can then use a property-set method to set required value from pyReportContentPage to the property.