| Quintiq file version 2.0 | 
| #parent: SplitterWnd1/ButtonGenerateAllSafetyStock | 
| Response OnClick () id:Response_SplitterWnd1_ButtonGenerateAllSafetyStock_OnClick | 
| { | 
|   #keys: '[113398.0.197209698]' | 
|   Body: | 
|   [* | 
|     // Run MEIO for all products in PISP list | 
|     pisps := DataHolderChildPISPs.Data(); | 
|     MacroPlan.RunMEIO( pisps ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_GUIButtonBase_OnClick' | 
|   Precondition: | 
|   [* | 
|     MEIO_Parameters::HasMEIO_Parameters( MacroPlan ) | 
|     and guard( MacroPlan.MEIO_Parameters().CheckIsNotRunning(), true ); | 
|   *] | 
| } |