_Main/UI/MacroPlannerWebApp/Component_Form633/Response_PanelPRDataButton_ButtonExportPR_OnClick.def
@@ -7,14 +7,13 @@ DefinitionID: 'Responsedef_WebButton_OnClick' Precondition: [* return not isnull( GlobalOTDTable ); return not isnull( GlobalOTDTable ) and not isnull( MacroPlan ); *] QuillAction { Body: [* tableBinaryData := PRData::ExportTheFileStream( MacroPlan ).AsBinaryData(); Application.Download( "PRData.xlsx", tableBinaryData ); Application.Download( "PRData.xlsx", PRData::ExportTheFileStream( DataHolderChecked.Data() ).AsBinaryData() ); *] GroupServerCalls: false }