diff --git a/src/development/build-multi-tenant-app/build-multi-tenant-app.md b/src/development/build-multi-tenant-app/build-multi-tenant-app.md index 054ec325..8becf8fc 100644 --- a/src/development/build-multi-tenant-app/build-multi-tenant-app.md +++ b/src/development/build-multi-tenant-app/build-multi-tenant-app.md @@ -74,10 +74,14 @@ After deciding the behavior of an Entity, set its ‘Is Multi-tenant’ property * **‘No’:** the Entity’s data is **not isolated** per tenant regardless of the value set in the module’s Is Multi-tenant property; -* **< Not Defined >:** the Multi-tenant behavior of the Entity’s data is inherited from the Multi-tenant behavior of its module (the value set in the ‘Is Multi-tenant’ property of the module). Note that Static Entities are shared among all tenants. +* **< Not Defined >:** the Multi-tenant behavior of the Entity’s data is inherited from the Multi-tenant behavior of its module (the value set in the ‘Is Multi-tenant’ property of the module). +
+ Note that Static Entities are shared among all tenants. +
+ ### Setting up Site Properties Just like Entities, Site Properties allow specifying if their data is isolated or shared among tenants.