Hi all,
We have RSA IM 6.9.1 (SP 13) and I made some updates on security context file to create an Department Assistant role through which a user can manage the users from those departments where he is an assistant.
In the "My user" page the list of the users is displayed properly, but on the Add Access page, all the users are displayed (when selecting the AllUsers user view).
I tried to create some other view to limit the list of users that are shown, but without luck., because the user view sql does not have a attribute for requestor/logged in user like we have for security context (${id})
Did anyone had this problem until now? Or does any one has an idea how to limit the user view result.
I added to this post 2 images with the "my user page" and "add access"
Bogdan
The controls you are looking for (based on logged in user) are not available on the buttons or the user views. Can you instead try creating a new Global form as shown below where you can limit the users based on requestor's (logged in user) attributes. You can then add a variable in this form of type 'Entitlement Table With Actions' and the form can then be associated to 'Add Access' button or a new button...