Show pages in given context

0
Hello I am building an app where collueages can work together in projects.  The first thing you do in the app is to choose the project you want to work with. After that you have many pages with different functions, but all pages should be presented in the context of the project you have chosen. Information should not be shared between projects. My question is: Is there a built in function in Mendix that allowes the app to present all pages in a given context. (To remember the chosen Project-object ) Thanks
asked
1 answers
0

This can be achieved using entity access.

If you make sure to associate the data to a specific project and associate the project to the user you can use the xpath constraints in the entity access tab of the domain model entities to achieve exactly what you need. For more informatie have a look at https://docs.mendix.com/refguide/access-rules

 

answered