Quintiq file version 2.0 
 | 
#parent: LibSOPImpExp_ContextMenuExport/MenuExportDEFDP 
 | 
Response OnClick () id:Response_LibSOPImpExp_ContextMenuExport_MenuExportDEFDP_OnClick 
 | 
{ 
 | 
  #keys: '[145730.0.1648916063]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebMenu_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    feedback := Translations::MP_MacroPlan_HasCompany(); 
 | 
    return not isnull( MacroPlan ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // construct dialog and initialize 
 | 
      dlg := construct( DialogExportDEFDP ); 
 | 
      dlg.Initialize(); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |