Quintiq file version 2.0 
 | 
#parent: ListLogisticsCostEngine 
 | 
Response OnClick ( 
 | 
  structured[LogisticsCostEngine] selection 
 | 
) id:Response_ListLogisticsCostEngine_mDelete_OnClick 
 | 
{ 
 | 
  #keys: '[413988.0.1457990311]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID => /ListLogisticsCostEngine/Responsedef_ListLogisticsCostEngine_WebMenu_OnClick 
 | 
  Initiator: 'mDelete' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return not isnull( MacroPlan ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      MacroPlan::DeleteObjects( selection ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |