Quintiq file version 2.0 
 | 
#parent: lstLibSCIScenario 
 | 
Response OnClick ( 
 | 
  LibSCIScenario selection 
 | 
) id:Response_lstLibSCIScenario_MenuSetCurrent_OnClick 
 | 
{ 
 | 
  #keys: '[146140.2.1912071747]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID => /lstLibSCIScenario/Responsedef_lstLibSCIScenario_WebMenu_OnClick 
 | 
  Initiator: 'MenuSetCurrent' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Set the selected LibSCIScenario isCurrent to true 
 | 
      selection.SetIsCurrent(); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |