Quintiq file version 2.0 
 | 
#parent: SelectionSourceUnitOfMeasure 
 | 
Response OnCreated () id:Response_SelectionSourceUnitOfMeasure_OnCreated 
 | 
{ 
 | 
  #keys: '[124808.0.1076821107]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Update conversion info 
 | 
    Dialog.SetConversionInfo(); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_GUIComponent_OnCreated' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return not isnull( SelectionTargetUnitOfMeasure.Data() ) 
 | 
  *] 
 | 
} 
 |