Quintiq file version 2.0 #parent: ButtonExportDetail Response OnClick () id:Response_FormCapacityAndSaleBudge_ButtonExportDetail_OnClick { #keys: '[414384.0.887310502]' CanBindMultiple: false DefinitionID: 'Responsedef_WebButton_OnClick' Precondition: [* return not isnull( GlobalOTDTable ); *] QuillAction { Body: [* //Application.Download( "年度产销预算详情.xlsx", MPSync.CapacityAndSaleBudgeExport().AsBinaryData() ); base64 := Global_MappingAnnualBudgetData::Export( GlobalOTDTable ); Application.Download( "年度产销预算详情.xlsx", base64 ); *] GroupServerCalls: false } }