Quintiq file version 2.0 
 | 
#parent: pHeader/bGenerateReport 
 | 
Response OnClick () id:Response_pHeader_bGenerateReport_OnClick 
 | 
{ 
 | 
  #keys: '[413988.0.1409976006]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return not isnull( MacroPlan ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      PackagingPlanCell::GenerateReport( MacroPlan ); 
 | 
       
 | 
      WebMessageBox::Success( Translations::A_VWED_Success() ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |