RoleModule (ver7.1.1)
List of functional modules displayed in the Role Administration page.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Description | 7.1.1 | Varchar2(1024) | Read-only description of a RoleModule record. Required. Indexed. |
ID | 7.1.1 | Number(19) | Unique sequential number generated by the application. Required. |
IsEnabled | 7.1.1 | Number(1) | 1 indicates this module is available for use in the application. Defaults to 1. Required. |
IsVisible | 7.1.1 | Number(1) | 1 indicates this module appears in the role management user interface. Defaults to 1. Required. |
Name | 7.1.1 | Varchar2(300) | Internal name identifying a module in which roles have been established. Required. Indexed. |
Version | 7.1.1 | Number(19) | Indicates the version of the module's seed values. Defaults to 0. 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. |