| Quintiq file version 2.0 | 
| #parent: ContextMenuOpInputOutputPISP_549/MenuIncludeOpInputOutputFromUtil | 
| Response OnClick ( | 
|   structured[OperationInputGroup] selection | 
| ) id:Response_ContextMenuOpInputOutputPISP_549_MenuIncludeOpInputOutputFromUtil_OnClick_21 | 
| { | 
|   #keys: '[139394.0.1482434820]' | 
|   CanBindMultiple: false | 
|   DefinitionID => /ContextMenuOpInputOutputPISP_549/Responsedef_ContextMenuOpInputOutputPISP_549_MenuExcludeOpInputOutputFromUtil812_OnClick | 
|   Precondition: | 
|   [* | 
|     ois := selectset( selection, Elements.OperationInput, oi, true )  | 
|      | 
|     return OperationInputOutput::CanToggleIsExcluded( ois, feedback )  | 
|             and OperationInputOutput::CanInclude( ois, false, feedback ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Include operation input group from capacity consumption | 
|       ois := selectset( selection, Elements.OperationInput, oi, true ) | 
|       OperationInputOutput::ToggleIsExcluded( ois, false /*status*/ ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |