| Quintiq file version 2.0 | 
| #parent: LibSOPImpExp_ContextMenuExport/MenuExportPlannedOrder | 
| Response OnClick () id:Response_LibSOPImpExp_ContextMenuExport_MenuExportPlannedOrder_OnClick | 
| { | 
|   #keys: '[145730.0.1350720753]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebMenu_OnClick' | 
|   Precondition: | 
|   [* | 
|     feedback := Translations::MP_MacroPlan_HasCompany(); | 
|     return not isnull( MacroPlan ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Open Export Scheduler Dialog | 
|       dlg := construct( DialogExportPlannedOrder ); | 
|       ApplicationMacroPlanner.ShowFormModal( dlg ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |