Skip to content

Commit 45ac8c1

Browse files
authored
Update best-practices.md
1 parent afe1149 commit 45ac8c1

File tree

1 file changed

+5
-4
lines changed
  • content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data

1 file changed

+5
-4
lines changed

content/en/docs/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/best-practices.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ Many-to-many associations are not supported. A common alternative is to introduc
102102

103103
### Inheritance {#inheritance}
104104

105-
> [!NOTE]
106-
> From Mendix 10.21 onwards, there is no limitation to the use of inheritance in offline apps anymore and inheritance is fully supported for offline apps.
107-
>
108-
It is not possible to use more than one entity from a generalization or specialization relation. For example if you have an `Animal` entity and a `Dog` specialization, you can use either use `Animal` or `Dog`, but not both from your offline profile. An alternative pattern is to use composition (for example, object associations).
105+
In Mendix 10.21 and above there is no limitation to the use of inheritance in offline apps, and inheritance is fully supported for offline apps.
106+
107+
{{% alert color="info" %}}
108+
In Studio Pro 10.20 and below, it is not possible to use more than one entity from a generalization or specialization relation. For example if you have an `Animal` entity and a `Dog` specialization, you can use either use `Animal` or `Dog`, but not both from your offline profile. An alternative pattern is to use composition (for example, object associations).
109+
{{% /alert %}}
109110

110111
### System Members {#system-members}
111112

0 commit comments

Comments
 (0)