18
Views
1
Comments
Multi-Tenant Application with an External Database
Question
Hi, how can i create an Multi-Tenant application with an external database?
The entity property "Is Multi-Tenant"  is disable.

Thanks
2020-03-05 15-52-45
André Vieira
Staff
Hi Marcos,

Only entities managed within the platform can have the multi-tenant property set. In order to have a multi-tenant application with an external database you'll have to do all the work about isolating data using a tenant identifier.

You can check the How to Build a Multi-tenant Application technical note and also the Help.

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