EmailSystemConfig (ver2.3)
This table stores email configuration settings specific to an application component.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ComponentName | 2.3 | Varchar2(30) | ComponentName from the associated ApplicationComponent record. Required. |
ID | 2.3 | Number(19,0) | Unique sequential number generated by the application. Required. |
Name | 2.3 | Varchar2(50) | Configuration name assigned. Guaranteed unique for each ComponentName. Required. |
Value | 2.3 | Varchar2(256) | Value related to the Name. |
WhenCreated | 2.3 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 2.3 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 2.3 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 2.3 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |