Skip to content

Commit bc6a844

Browse files
authored
Merge pull request #9279 from arjenw/patch-11
Update best-practices.md as inheritance is supported by 10.21
2 parents 0372cd1 + 45ac8c1 commit bc6a844

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

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

103103
### Inheritance {#inheritance}
104104

105-
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 %}}
106110

107111
### System Members {#system-members}
108112

0 commit comments

Comments
 (0)