Hi Folks, I want to achieve multi tenancy in outsytems without writing custom code. How can I achieve that.Could you please let me know the best way to do it. I alreday used forge components but its not fulfill my requirements.
Thanks,
Ramesh
Hi Ramesh,
Multi tenancy is something out of the box you don't need to get stuff from the forge. Did you read this https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/How_to_Build_a_Multi-tenant_Application?
Regards,
Marcelo
Hi Ramesh
Multitenancy in the OutSystems Platform is a built-in feature and it is very easy to implement depends on your use case.
See this link to has a good overview about it:
https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/How_to_Build_a_Multi-tenant_Application
To learn how to implement there is a course covering this subject:
https://www.outsystems.com/learn/courses/45/master-class-on-multi-tenancy/?StartCourse=False
And here you have an additional material about it.
https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Designing_the_architecture_of_your_OutSystems_applications/Designing_Scalable_Multi-Tenant_Applications
Best Regards
Fabio
Ramesh Sirvi wrote:
Multi tenancy is built in features given by OS. Where are you facing problem?
Rajat Agrawal
Hi Marcelo Ferreira, Fábio Fantato, Rajat Agrawal,
Thanks for quick reply. Could you please let me know at what level i can achieve multitenancy without writing a custom code in outsystems. My requirements like just give tenant name and it will do all the changes like Theme/UI change as per tenant, Logo as per tenant, Appear screen field as per tenant.
Multi tenant applications in OS means you can keep multi client data in one database. When you need to make changes in themes/UI based on tenant then you need to write custom code in OS. Based on tenant everything render in screen.