From e0e3aaca9d6fae6f0c8b03512e3d2d92df406db2 Mon Sep 17 00:00:00 2001 From: Hanno <80357793+HannoCoetzee@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:30:00 +1100 Subject: [PATCH] Update build-multi-tenant-app.md Remove one duplicated instance of a sentence and highlight the remaining instance of said sentence with
--- .../build-multi-tenant-app/build-multi-tenant-app.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.