Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Navigate to the System Security → Access Control;
  • Press New , fill and fill in the form and press Save.;

Access control fields

FieldDescription
Name

The name of the object to secure, either the record name or the table and field names. This field supports wildcard character asterisk (*) in place of a record, table, or field name to select all objects that match a record type, all tables, or all fields.

A wildcard character and a text search cannot be combined. For example: pro* is not a valid ACL rule name, but problem.* and *.task are valid ACL rule names.

Operation

Select the operation this ACL secures. Available options:

  • create;
  • read;
  • write;
  • delete.

One ACL rule can secure only one operation. To secure over one operation, create a separate ACL rule for each of it.

Any tablesIf this checkbox is selected, then ACL rule will secure ALL tables in the system. When it checked, the table field will be hidden until unchecked.
TableSelect a table to be secured. If you want to secure over one table, create a separate ACL rule for each of it. This field is mandatory.
DescriptionEnter a description of the object or permissions this ACL rule secures.
ActiveIf this checkbox is selected then ACL rule is active.
Admin overrides

If this checkbox is selected then users with the admin role automatically pass the permissions check for this rule. Admin users pass regardless of what script or role restrictions apply.

Clear this check box is these users must take security checks specified in this ACL rule to get access to the secured object. Use the condition builder or Script field to create a permissions check that administrators must pass.

Any fieldsIf this checkbox is selected, then ACL rule will secure ALL columns in the system. When it checked, the column field will be hidden until unchecked,
ColumnSelect a column to be secured. If you want to secure over one column, create a separate ACL rule for each of it.
ConditionUse this condition builder to select the fields and values that must be true for users to access the object.
ScriptHere you can enter a custom script describing the permissions required to access the object. The script must return an answer variable set to a value of true or false.
  • Press Save.