cancel
Showing results for 
Search instead for 
Did you mean: 

Assign user from specific group

buurd
Champ in-the-making
Champ in-the-making
Hi!

I have a workflow where the user of the "current swimlane" is supposed to tell who the user of the "next swimlane" is. The users didn't like the search, it was to many posibilities to make choose the wrong person among the 2000 people that we have. So, I thinking that I somehow can limit the number of persons that the user can choose between by using a group. But I don't get it right…

Any ideas of how to allow a user to assign a user from the people from a specific group?

Thanks in advance
Roland
2 REPLIES 2

lucille_arkenst
Champ in-the-making
Champ in-the-making
I really want to answer your question but I am now getting an error "There are no workflows currently deployed in the repository, press Cancel to exit the wizard."
Anyhow… usually when the user gets to choose, they can enter the first three letters of a person's name and then a list comes up for them to choose from.  This didn't narrow their search enough?  Or did you code it such that they didn't get a search box?
I'd suggest to look at parallel_group_review.xml… this allows the person to select a group.  Once you figure out how this works the next step would be to automatically grab the results of this, as if the user selected a group.
HTH

buurd
Champ in-the-making
Champ in-the-making
The problem is that we have many employees with the same name, eg John Smith if we had been in GB or USA. So from the 2000 people we have in Alfresco it is simply not good enough to search. We have to limit the possible error to atleast stay in the intended group. They actually prefer a pooled task since the task atleast stays in the group.

So basically they want to choose from the members of the group, either from a list or by search, but they can't accept that users that not belonging to the group gets assigned to the task.