Server-side Permission Expression
Description
If the server-side permission expression evaluates to true, the user can perform the operation.
- Name
- Description
- Insert
If this expression evaluates to .t., then the user has permission to insert records into the table. You can use session variables in the expresison. If the expression is blank, it is assumed to be .t.
- Update
If this expression evaluates to .t., then the user has permission to update records in the table. You can use session variables in the expresison. If the expression is blank, it is assumed to be .t.
- Delete
If this expression evaluates to .t., then the user has permission to delete records in the table. You can use session variables in the expresison. If the expression is blank, it is assumed to be .t.