Table permissions (reading and updating)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The API provides access to table permissions. The following code
shows how to use the API service to read and update table permissions using
the ITablePermission interface:
|
It is also possible to retrieve a collection of tables in the
database from the service and then update the Can* properties
and multi-tenant related properties in the instances on the ITablePermissionSet collection
before passing the collection to the service to commit all changes
in a single transaction.
For more information on the:
-
ITablePermissionentity interface, see ITablePermission interface -
ITablePermissionSetentity collection interface, see ITablePermissionSet interface