| Quintiq file version 2.0 | 
| #parent: GanttChartDemandSupplyGroup/MenuShowSystemUserInfo | 
| Response OnClick () id:Response_GanttChartDemandSupplyGroup_MenuShowSystemUserInfo_OnClick | 
| { | 
|   #keys: '[110880.7.1018884835]' | 
|   Body: | 
|   [* | 
|     // Set user configurable info to system or user | 
|     MenuShowSystemUserInfo.Checked( not MenuShowSystemUserInfo.Checked() ) | 
|      | 
|     UserConfigurableInformationStockingPointUser.Precondition( [String] ( MenuShowSystemUserInfo.Checked() ) ); | 
|     UserConfigurableInformationStockingPointSystem.Precondition( [String]( not MenuShowSystemUserInfo.Checked() ) ); | 
|      | 
|     // To force refresh so that the new UserConfigurableInformationStockingPoint takes effect | 
|     filter := GanttChartRowDefinitionStockingPoint.FixedFilter(); | 
|     GanttChartRowDefinitionStockingPoint.FixedFilter( false.AsQUILL() ); | 
|     GanttChartRowDefinitionStockingPoint.FixedFilter( filter ); | 
|      | 
|     Form.UpdateSystemConfigurableInformation(); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_Menu_OnClick' | 
| } |