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
@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.
