Could anyone help brief how to create a multi tenancy app by Mendix Studio Pro

0
Hello experts Could anyone help brief how to create a multi tenancy app by Mendix Studio Pro
asked
1 answers
0

You can create multi-tenancy in a Mendix app by associating each entity to the ‘tenant’ entity(direct or indirect).
Furthermore, every account should be linked to a specific 'tenant’.

Then for every entity you should setup the entity acces to allow each user roles to only see and manage the entity's with it's own tenant. 

There is an appstore module that could help you get started: https://appstore.home.mendix.com/link/app/80498/
Also take a look at these previous asked questions about this subject:

https://forum.mendix.com/link/questions/3881

https://forum.mendix.com/link/questions/91239

answered