Want to define seperate page for each user

0
Hi all,  I am already create field like administration user1 and user2 now I want when administer login the app then see a user list page when user login then user can see only his information not another page please guide for this
asked
4 answers
1

Hello Akshay,

If I understood correctly you want ‘role based’  navigation or homepages. 
You can find a guide on this matter here: https://docs.mendix.com/howto/general/setting-up-the-navigation-structure 

Please find chapter 4 within the documentation for your question.

Regards

answered
1

Hey Ashkay,

In combination to role based home pages, you can also configure a microflow to be used for navigation. For instance 2 admins with the same user role can be guided to different pages based on logic.

Hope this helps!

answered
0

hi Akshay,

As per my understanding you can give role based homepage for each user like for admin some different page and for user as well or If you want to show any component to specific user then you can define visibility through properties for that user. It will make that component visible to selected user only.

hope this will helps you.

 

regards.

answered
0

Hi Akshay, in your scenario, you need to set role-based home pages in navigation. As per your scenario, you need set a role-based home page for admin role as user list page and for the user role as a respective page which you want to show To perticular user. For your reference: https://docs.mendix.com/howto/general/setting-up-the-navigation-structure. go through this document.

answered