Quintiq file version 2.0 
 | 
#parent: ListAllUserGroups 
 | 
Response OnDrop ( 
 | 
  structured[ScenarioAuthorization] source 
 | 
) id:Response_ListAllUserGroups_OnDrop 
 | 
{ 
 | 
  #keys: '[134266.1.2035643817]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebList_OnDrop' 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Unassign User Group to Scenario 
 | 
      Form.UnassignUserGroup( source ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |