Table security

Overview

The Table Security Editor in Servoy Developer allows for detailed management of user permissions, restricting or granting access rights to specific tables and operations within the database. Permissions are structured around user roles, such as Administrators and Operators, and can be configured to control activities like reading, inserting, updating, and deleting records.

Get Started

To work with the Table Security Editor, you should first connect to your database and open the table in the Table Editor, where you will manage permissions.

Configuring Permissions

  1. In the Security tab of the Table Editor, permissions are listed by user roles such as Administrators, Operators and / or other user defined rols.

  2. For each role, select the desired permissions:

    • Read: Allows viewing of records.

    • Insert: Permits adding new records.

    • Update: Enables modification of existing records.

    • Delete: Allows deletion of records.

    • Tracking(Insert/Update/Delete): Tracks changes to records.

    • Tracking(Select): Tracks access to records.

  3. Check or uncheck boxes to grant or revoke these permissions for each role.

Applying Changes

Permissions will be updated when pressing 'Save' button in the editor, affecting user access as specified.

Reference to Managing Users

For instructions on managing user roles and adding new users, refer to the detailed guide in the Security Editor section of the documentation.

Remarks

Permissions set in the Security Editor are crucial for maintaining data integrity and regulating access to sensitive information within the database. It is recommended to review and update these settings regularly to adapt to any changes in team roles or security requirements.

Last updated