Hi, I have a user that is provisioned for two roles. Ideally, the user should see the two object types he/she is scoped for. However, they are only able to see one.
So I believe the scoping engine stops when it first evaluates to true. You may need to create a "higher level" (eg supervisor) role that has access to both types and make sure that this scope gets evaluated before the other roles.
Thank you. I will need to figure out how to approach that suggestion. Currently the two object types are in two different scopes due to one object type having a custom advsearchex.jsp.
Follow-up: I was able to implement your suggestion and it works. Thanks so much
Please mark my response as correct :)
*I am looking to find where to mark as correct. Where can I mark it as correct?
Also, if creating a new role is not a viable option for us. Within a given scope is it possible to do a role AND another role? I know you can list multiple roles but they are treated as OR.
Something roughly like this:
<filter role="some_role" and "some_other_role">
<includetypes descend="true">some_document, some_other_document</includetypes>
</filter>
I guess mark as correct is only applicable if you posted question.
I dont think you can do AND for roles. That being said, you can always customize/extend advsearch component and embed your business logic in the component class.