Quintiq file version 2.0 
 | 
#parent: PanelCurrentDate/CheckboxCurrentDateAutomatic 
 | 
Response OnUserChanged () id:Response_PanelCurrentDate_CheckboxCurrentDateAutomatic_OnUserChanged 
 | 
{ 
 | 
  #keys: '[157912.0.894962382]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebCheckbox_OnUserChanged' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Set enable/disable component  
 | 
      Form.EnableDisableComponent( false ); 
 | 
       
 | 
      // Update workflow settings 
 | 
      Form.Update(); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |