How can I assign users to a specific project?

0
Hey!   I am relatively new to Mendix and I want to create a page where I am able to create a new project and assign some users to this new project. However, I am struggling to link a user to the project that is being created. (Eventually I want to be able to filter the users by the projects they are working on). This is currently my domain model:   And this is what the page is looking like right now. Thank you in advance!
asked
1 answers
1

Go to your domain model, rightclick on Project, Select ‘Generate overview page’, tick the checkbox in front of User (which you better rename to the more appropriate Person), check if ‘Current layout’ and ‘Popup layout’ are to your liking and then click Ok. There you go, all nice pages you need!

answered