Showing a same page based on selected user

0
Hello, I have a navigation menu tree with courses, locations, trainers, trainees page. I am in locations page as a trainer. If I switch the user profile to trainee, Its showing the home page but I want to see the locations page or whatever the page the previous member was opened. How to achieve this?
asked
2 answers
0

I think you can try this

answered
0

I think you could use the Properties of the page to set a URL in your addressbar. When you switch users you should copy the url first, and paste it later to get back to where you were. Of course the Access rules on the entity and ‘visible for’ of the page should be the same for both userroles so as to not get errors.

See 4.3  https://docs.mendix.com/refguide/page-properties

answered