PluginConfigDefaults (ver7.0.0)
This table identifies default settings. Some are specific to a country.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ID | 7.0.0 | Number(10,0) | Unique sequential number generated by the application. Required. |
IsPSAdminReadOnly | 7.0.0 | Number(3,0) | Value of 1 restricts user access to read only for the plugin setting. 0 allows the user to modify the setting. |
IsValueRequired | 7.0.0 | Number(3,0) | 1 indicates a default value is required. |
Name | 7.0.0 | Varchar2(40) | Name of the configuration setting. Required. |
PluginDefID | 7.0.0 | Number(10,0) | Internal number for the associated PluginDef record. Required. |
PluginInterfaceMapID | 7.0.0 | Number(10,0) | Internal number for the associated PluginInterfaceMap record. |
PropertyType | 7.0.0 | Varchar2(100) | Unused. |
PropertyTypeResolver | 7.0.0 | Varchar2(256) | Unused. |
RegionCode | 7.0.0 | Varchar2(20) | Two digit country code or 'ALL' indicating all countries. Required. |
Value | 7.0.0 | CLOB | Default value of the configuration setting. |
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. |