Organizations

The Organizations allows to divide all the users in as many as need categories. Through this, all the rows that are created in the platform are created with the current user id, user business unit and user organization as well. Using organizations allows us to set a specific security on it.

How to use

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

Designer

  1. Name - The name of the organization.
erDiagram
    organization {
        string name
    }