I came across one scenario to export the RD as excel in pega by using an OOTB activity pzrdexportwrapper,but I am unable to understand the use of Local.ExportPage in this activity.
@TanyaS58 In the context of the pzrdexportwrapper activity, Local.ExportPage is typically used as a temporary page to hold the data that is to be exported. The activity would then use the data in this page to generate the Excel file.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
@MarijeSchillern in that activity before calling pzrdexportwrapper activity there is a property set like Local.ExportPage==TRCSR.pyReportDefinition what is the context of this?
Any time when executing pzRDExportWrapper activity, this activity should run in context of report definition rule. That is why that step page is passed during activity invocation.
In the property set just setting the report definition rule context.