Question
Bradesco
BR
Last activity: 3 Jan 2022 4:00 EST
How can I send parameters to a Report Definition that is called in the Service Activity of a Service Rest using GET method
Hello Dear Friends,
I'm working on a Report Definition that is called in a Service Rest that uses the Get Method. The Activity Service calls the Report Definition through a Step using Call Rule-Obj-Report-Definition.pxRetrieveReportData.
I would like to pass some parameters to be captured and used by the Report Definition, for example this Cpf Parameter
/PRrestService/ServicePackage/v1/reports/Test-FW.ReportThatCallsInfoWorkbasket?CaseTypeClass=Class-Banking-Work-Anything&PageSize=50&Page=1&Order=DESC&Cpf=10256229493
How could I pass the Cpf custom Parameter to the Report? I need to capture it and manipulate it in the Activity Service and then pass it to Report to bring the data.
Thanks in advance.
Kind Regards.