lazhen
2024-10-29 4419b51e5cfed824ca592ae5cba7654994ee005d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Quintiq file version 2.0
#parent: pnlAll_720/cbAll
Response OnChanged () id:Response_pnlAll_720_cbAll_OnChanged
{
  #keys: '[415136.0.1255982464]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebCheckbox_OnChanged'
  QuillAction
  {
    Body:
    [*
      if( this.Checked() ){
        cbCustomDemand.Checked( true );
        cbOfflinePlan.Checked( true );
        cbShiftPlan.Checked( true );
        cbAssembleOnlinePlan.Checked( true );
        cbInventoryPlan.Checked( true );
      }else{
        cbCustomDemand.Checked( false );
        cbOfflinePlan.Checked( false );
        cbShiftPlan.Checked( false );
        cbAssembleOnlinePlan.Checked( false );
        cbInventoryPlan.Checked( false );
      }
    *]
    GroupServerCalls: false
  }
}