What is the use of Local.ExportPage?for importing a RD as excel?

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.

Can someone please explain me this.

Have attached a pdf for reference

Local Export Page.docx (384 KB)

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

:warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

How export report definition in Pega 7.3 ?

@MarijeSchillern in that activity before calling pzrdexportwrapper activity there is a property set like Local.ExportPage==TRCSR.pyReportDefinition what is the context of this?

Hi @TanyaS58

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.

Hope this explains your query.

Thank you.