ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Security (28)
  5. Always use the inherited entity to create records for System.FileDocument or System.Image

Always use the inherited entity to create records for System.FileDocument or System.Image

Introduced in version 2.6 (released August 2021)

You cannot change the security of the System module. In the past these objects had security issues. Since Mendix 8 (or 7) you have no access at all to these base entities.

Inherit to create your own entity and set proper permissions.

Noncompliant examples:

Compliant example: