51
Views
1
Comments
Multi-tenancy application

I know that by enabling the multi-tenancy of module, database table and timer, we can make our application multi-tenant. But my question is how I make a new tenant from the UI itself for example let suppose we have two different organization, we can consider both of them as different tenant and this organization is created by some admin. For example, there is one login and registration page for admin where at the time of registration of new admin, admin should have to fill the registration form where there is the field of organization name and if the name is new or different then the admin should automatically comes into the new tenant having new or different tenant id. So after the registration the admin should login to their dashboard remember for different organization their is different dashboard so for the organization1 the dashboard shows different screen and for the organization 2 the dashboard shows different screen. One more constraint if the admin login again the outsystems checks that admin record and response with the dashboard of their organization. Can anyone implements this in OutSystems? If yes, please share your module to me and if not suggest the way how I can implement this.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.