PluginConfWebCustomPage (ver7.0.0)
This table contains any additional setup links required by the plugin service.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ID | 7.0.0 | Number(10,0) | Unique sequential number generated by the application. Required. |
PluginDefID | 7.0.0 | Number(10,0) | Internal number for the associated PluginDef record. Required. |
PageName | 7.0.0 | Varchar2(40) | Custom page name displayed in plugin console configuration page. Required. |
PagePath | 7.0.0 | Varchar2(256) | URL for the page link. Required. |
WhenCreated | 7.0.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 7.0.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 7.0.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 7.0.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |