How can we show different navigation bar for different user roles application

0
I want to show navigation bar based on user roles.. if A logs in using administrator role then it will show full navigation bar, but if B logs in using read only user role then he will get limited access navigation bar
asked
4 answers
5

Hi Vivek,

You can open every navigation pages and set page access for respective users.

This will constrain navigations based on users.

 

Hope this helps!

 

answered
2

Hi Vivek,

 

Add the access rules for the particular pages for the different users with that you can see different navigation bar in your application for different users.

 

 

answered
1

Hi Vivek,

 

In Mendix, Navigation bar is already taking care of the of showing different menu based on the roles. you only need to take care the proper role is assigned to target page or microflow from navigation menu. Hence the visibility of navigation menu is based on the access of target Microflow or page.

 

Thanks.

answered
0

Hi Vivek,
You can use container visibility conditions for two different navigation. 

answered