RoleAccess (ver7.1.1)
List of unique capabilities (or permissions) granted to a role.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ID | 7.1.1 | Number(19) | Unique sequential number generated by the application. Required. |
RoleAvailableAccessID | 7.1.1 | Number(19) | Internal number for the associated RoleAvailableAccess record. Indexed. Required. |
RoleDefID | 7.1.1 | Number(19) | Internal number for the associated RoleDef record. Indexed. Required. |
WhenCreated | 7.1.1 | Timestamp(6) | The date and time the record was created. Defaults to system date. Required. |
WhenModified | 7.1.1 | Timestamp(6) | The date and time the record was last modified. Defaults to system date. Required. |
WhoCreated | 7.1.1 | Varchar2(100) | The name of the person who created the record. Defaults to database user. Required. |
WhoModified | 7.1.1 | Varchar2(100) | The name of person who last modified the record. Defaults to database user. Required. |