Quintiq file version 2.0
|
#parent: ContextMenuOpInputOutputPISP_549/MenuIncludeOpInputOutputFromUtil
|
Response OnClick (
|
structured[OperationInputOutputPISPNode] selection
|
) id:Response_ContextMenuOpInputOutputPISP_549_MenuIncludeOpInputOutputFromUtil_OnClick_549
|
{
|
#keys: '[139394.0.1485400242]'
|
CanBindMultiple: false
|
DefinitionID => /ContextMenuOpInputOutputPISP_549/Responsedef_ContextMenuOpInputOutputPISP_549_MenuExcludeOpInputOutputFromUtil812_OnClick
|
Precondition:
|
[*
|
oios := selectset( selection, Elements.PISPNodeInRouting.OperationInputOutput, oio, true )
|
|
return OperationInputOutput::CanToggleIsExcluded( oios, feedback )
|
and OperationInputOutput::CanInclude( oios, false, feedback ) ;
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
// Include pisp operation inputs from capacity consumption
|
oios := selectset( selection, Elements.PISPNodeInRouting.OperationInputOutput, oio, true )
|
OperationInputOutput::ToggleIsExcluded( oios, false /*status*/ );
|
*]
|
GroupServerCalls: false
|
}
|
}
|