Navigation page

0
Hi, I have created a home page for the role user and one for the administrator user The only difference is that the administrator one has an access to click on the page that allows the admin to do administration tasks. When I login as the admin user, I see the admin page When I login as a user, I see the user page When administrator logs in and sees is admin page, as soon as he goes to the navigation bar and clicks on home, he returns to the user home page  Something is probably not configured correctly. Can some help me how to setup different home page depending of the user role.     Home page   Admin page
asked
1 answers
1

Your Navigation item ‘Home’ is set to open a specific page – the user home page.  Change the action for this navigation item to call a microflow, and use the microflow in the System module called ‘ShowHomePage’.  That should open the appropriate page based on the user’s roles.

answered