yypsybs
2023-09-09 3cb5a54def670d97301f07170fcaad213bfc54f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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'
}