cancel
Showing results for 
Search instead for 
Did you mean: 

Listing users based on Role and Home Space

erangaj
Champ in-the-making
Champ in-the-making
Hi All,

I am new to alfresco. I created a simple work flow with few steps. In some steps of the workflow, I used the following configuration to display the select user (assignee) dialogue.

             
<association name="my:selectuser">
    <source>
         <mandatory>false</mandatory>
         <many>false</many>
    </source>
    <target>
        <class>cm:person</class>
        <mandatory>true</mandatory>
        <many>false</many>
    </target>
</association>

But, instead of displaying all the users, I want to display a dropdown of users of who has a particular role (say: reviewer) and a specific home space (say: the same home space as the current user).

How can I do that? Please help me.
1 REPLY 1

bruce_peng
Champ in-the-making
Champ in-the-making
Dear erangaj,
i am a new guy, i also have same problem.so did you fix this problem, if have fixed, please tell me how to fix it, thanks.