Entity security

The entity security is based on privileges granted on entities tied to a part of the organization (the scope of the grant).

How to use

In order to create (or edit) Entity security, in the Develop app, click on main menu and select Entity security. In the page that opens click the Add button or select and existing one and click the Edit button.

Designer

Fields in the sidebar:

  1. Entity - The entity.
  2. Privilege - The privilege.
  3. Role - The role.
  4. Scope - The scope. One of: All, Organization, BusinessUnit, Owner.

The following diagram describes the entity used by this designer:

erDiagram
    entity_security {
        string scope "Scope"
        integer id_privilege "Privilege"
        string id_role "Role"
        string id_entity "Entity"
    }
    entity one--many entity_security : entity_security_entity
    privilege one--many entity_security : privilege_entity_security
    role one--many entity_security : role_entity_security