Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IFieldPermission interface
 

IFieldPermission interface

The IFieldPermission interface is mapped to the _Field table in the schema, but it only exposes the _Can* fields that define who has read and write permissions to the field.
The DataAdminService does not provide any CRUD methods for field permissions as they are only exposed as a collection property on ITablePermission.
* IFieldPermission properties
* IFieldPermission methods
* IFieldPermission examples