Database Object Security

This form specifies what database object methods are available to what groups of users for each available database object.

By default, no operations are allowed on a database object - permissions must be explicitly granted with this function.

Field Description
Database Object Name Name of the database object being secured. The list of database object is prepared by reading the default schema, and adding the object from all of the defined schemas in the setup Database Schema Object form.
Group Name User group for which permission is being assigned to this object
Method Allowed The method that the group specified is allowed to use on this object. The methods available are:
  1. Add: Create new records in the database
  2. Update: Allow existing records to be modified.
  3. Search: List records and search for specific records. Read permission.
  4. Delete: Allow records to be removed from the database.