Table security
Last updated
Last updated
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.
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.
In the Security tab of the Table Editor, permissions are listed by user roles such as Administrators, Operators and / or other user defined rols.
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.
Check or uncheck boxes to grant or revoke these permissions for each role.
Permissions will be updated when pressing 'Save' button in the editor, affecting user access as specified.
For instructions on managing user roles and adding new users, refer to the detailed guide in the Security Editor section of the documentation.
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.