cancel
Showing results for 
Search instead for 
Did you mean: 

Access Restriction in EP at 2nd Level Navigation

ankur_garg5
Active Contributor
0 Kudos

Hi all,

In the Top Level Navigation in Portal, we can have two levels of navigation. Generally the First Level of Navigation consists of the roles whereas the Second Level of Navigation consists of the worksets.

I need a way such that I can restrict the user access at Second Level of Navigation.

For example, there is a role and under it, there are four worksets in second level of navigation. I wish to have a scenario where some users are able to see (or access) only 2 out of those 4 worksets, some other users are able to see (or access) only 1 out of those 4 worksets, and so on.

Thanks in advance.

Regards,

Ankur Garg

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ankur,

If you do not wish to create multiple roles, then you have to keep work sets as entrypoint ( ensure that Roles does not have entry point enabled. upper level overrides the children entry point settings.) . Then you have to use PCD filter to restrict the access at Workset level.. Check these.

This approach needs some programming..

I hope it helps..

Regards,

Uday.

former_member193769
Active Contributor
0 Kudos

Hi,

You cant block access from work set.Because the root permissions is always the master.

So do one thing create multiple roles with same name and with different ID.

Then assign worksets to these roles according to the role ID.

Then assign these roles to users accordingly.

Even though everyone will see the same roles in first level but the second level worksets will be different.

Thanks,

gopal