This table stores e-mail message templates. Each
row corresponds to an e-mail message template which can be used
within an e-mail activity.
Column Descriptions:
Name | Type | Description |
EMLMSG_ID | INTEGER NOT NULL | The primary key. |
JSPPATH | VARCHAR (254) | The absolute URL used to find e-mail message
content. |
PROPERTYFILE | VARCHAR (254) NOT NULL | Reserved for HCL internal use. |
NAME | VARCHAR (254) NOT NULL | The name of the e-mail activity template. |
DESCRIPTION | VARCHAR (254) | A description of the e-mail activity
template. |
STOREENT_ID | INTEGER NOT NULL | The store to which the e-mail activity template
is registered. |
STATUS | SMALLINT NOT NULL DEFAULT 1 | Represents the current state of the e-mail
template. Possible values include:
0 - Deleted
1 - Active |
EMLBODYTYPE | SMALLINT NOT NULL DEFAULT 0 | The type of the e-mail body. Possible values
include:
0-HTML
1-Plain text |
UP_NAME | VARCHAR (254) | The equivalent value of the NAME column in upper
case characters. This column is used only for DB2 (LUW)
database-types to enhance performance of text-based searches issued
from Management Center. |
UP_DESCRIPTION | VARCHAR (254) | The equivalent value of the DESCRIPTION column in
upper case characters. This column is used only for DB2 (LUW)
database-types to enhance performance of text-based searches issued
from Management Center. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | EMLMSG_ID | Primary Key |
I0000288 | STOREENT_ID+NAME | Unique Index |
IPF00004 | UP_NAME | Non-Unique Index |
IPF00005 | UP_DESCRIPTION | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_973 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1210 | EMLMSG_ID | EMLMCREL | EMLMSG_ID | Cascade |
F_957 | EMLMSG_ID | EMLPROMO | EMLMSG_ID | Cascade |