This table contains registered e-Marketing
Spots.
Column Descriptions:
Name | Type | Description |
EMSPOT_ID | INTEGER NOT NULL | Primary key. |
STOREENT_ID | INTEGER NOT NULL | Store to which this e-Marketing Spot
belongs. |
NAME | VARCHAR (256) NOT NULL | Name of the e-Marketing Spot. |
DESCRIPTION | VARCHAR (254) | Description of the e-Marketing Spot. |
SUPPORTEDTYPES | VARCHAR (20) | The types of things that this e-Marketing Spot
can display: A = Awareness ad P = Product C = Category S =
Cross-sell or Up-sell on product. G = General content, which
corresponds to a content spot. This value should only be used by
the system. |
LASTUPDATE | TIMESTAMP | Timestamp of the last update to the e-Marketing
Spot. |
LASTUPDATEDBY | VARCHAR (254) | Logon ID of the last user to update the
e-Marketing Spot. |
DEFAULTRULE | VARCHAR (4000) | Reserved for HCL internal use. |
USAGETYPE | VARCHAR (20) NOT NULL DEFAULT 'MARKETING' | Defines the usage type of EMSPOT. EMSPOT can be
used to deliver marketing message or store contents. The following
are the valid usage types: MARKETING - Delivers marketing message
CONTENT - Delivers store content. LAYOUTMARKETINGSPOT - Displays
Commerce Composer layouts. SEARCH - Used by search rules.
STOREFEATURE - Used by store functions. STOREFILEREF - Used by
store style selection. |
UP_NAME | VARCHAR (256) | 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. |
UIDISPLAYABLE | SMALLINT | Indicates if this element should be displayed in
CMC. Null/1: means Yes. 0: means No. |
MANAGINGTOOL | SMALLINT | Indicates what tools manages that element.
Null/0: means Marketing tool. 1: means Page Layout. |
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> | EMSPOT_ID | Primary Key |
I0000100 | NAME+STOREENT_ID+USAGETYPE | Unique Index |
I0000568 | STOREENT_ID | Non-Unique Index |
IPF00006 | UP_NAME | Non-Unique Index |
IPF00007 | UP_DESCRIPTION | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_313 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Referenced By Child Tables: