Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 496 Bytes

42-Avoid-using-system-storage-objects-directly.markdown

File metadata and controls

19 lines (14 loc) · 496 Bytes
layout title categories prio rulenumber rulename ruleset
post
Avoid using system storage objects directly
Datamodel
42

Why Always inherit for filedocuments and images. Never implement direct assocations to the System Domain Model, because of limits on the configuration of security.

![42.png]({{ site.url }}/assets/42.png)

How to fix Remove direct associations with the System Domain Model. Use inheritance instead (i.e. Generalization in the entity properties).