Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method OnChangeCampaignType ( 
 | 
  CampaignType_MP campaignType 
 | 
) id:Method_DialogCreateEditCampaign_MP_OnChangeCampaignType 
 | 
{ 
 | 
  #keys: '[150660.1.1060189821]' 
 | 
  Body: 
 | 
  [* 
 | 
    // By changing campaign type, radio button group will default to campaign type input type 
 | 
    RadioButtonGroupQuantityDuration.BoundValue( campaignType.InputType() ); 
 | 
     
 | 
    this.UpdateCheckboxState(); 
 | 
    this.SetDefaultUoM(); 
 | 
  *] 
 | 
} 
 |