| Quintiq file version 2.0 | 
| #parent: #root | 
| Method GetSelectionAuthorizationElement () as Number id:Method_SWF_DialogCreateEditActivity_GetSelectionAuthorizationElement | 
| { | 
|   #keys: '[136682.0.610437905]' | 
|   Body: | 
|   [* | 
|     //Get selectelement index | 
|     separator := SWF_AuthorizationBase::GetStringSelectionSeparator();  | 
|     string := SWF_AuthorizationBase::GetAuthorizationsForStringSelections( SWF_WorkflowDataset ) | 
|     strings := string.Tokenize( separator );  | 
|     selectedelement := strings.Find( DropDownStringListAssignedTo.Text() ); | 
|      | 
|     return selectedelement; | 
|   *] | 
| } |