When delegating a task I want to show the user a dropdown list with all the users who have the exact same roles as the current user. Because delegating a task to a user with a different set of roles could lead to all sorts of security problems.
I now achieve this is by creating complex multiple lists and doing list operations. But this really slows the filling of the dropdown list.
Is there an easy way to achieve this that I am overlooking?
Regards,
Ronald