Hi!,
I commented it in another topic but now I want to explicitly mark this limitation:
When I define a filter and I like talk about other users (like handler or submitter) I cant talk about users that have not access to the actual active task.
Then if I like to define a global filter (for every task) for tasks submitter by for example 'peter, john and marcus (three specific salesmen)' but they only have access to some specific subtasks then I cant define it globally because I can't select them from the listbox.
I think that a more powerfull solution could be that a user could select every user that is hanging over the subtree defined by his parent user including his parent.
Example:
I use the next syntax to define a subtree:
node(childnode1,childnode2,...,childnodeN)
a(b(d,e(k,l),f(m,n),g),c(h,i,j))
- b can view every user down his parent (a) (that is: all users)
- d can view every user down his parent (b) (that is: b,e,f,g,k,l,m,n)
- k can view every user down his parent (e) (that is: e,k,l)
- i can view every user down his parent (c) (that is: c,h,i,j)
Thanks
