DMEMSPOTDEF

The default content to display in an e-Marketing Spot.

Column Descriptions:

NameTypeDescription
DMEMSPOTDEF_IDINTEGER NOT NULLThe primary key.
EMSPOT_IDINTEGER NOT NULLThe identifier of the e-MarketingSpot in which to set the default content.
STOREENT_IDINTEGER NOT NULLThe identifier of the store in which to set the e-MarketingSpot default content.
CONTENTTYPEVARCHAR (254) NOT NULLThe type of content which can be ordered. Valid values include: CatalogGroup, CatalogEntry, MarketingContent. When used by store functions, valid values include: FeatureEnabled, URL, Locales.
CONTENTVARCHAR (254)The unique identifier of the content. For content of type MarketingContent, this is the COLLATERAL.COLLATERAL_ID. For content of type CatalogGroup, this is the CATGROUP.CATGROUP_ID. For content of type CatalogEntry, this is the CATENTRY.CATENTRY_ID.
SEQUENCEDOUBLE NOT NULL DEFAULT 0The sequence of the default content.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>DMEMSPOTDEF_IDPrimary Key
I0001163EMSPOT_ID+STOREENT_ID+CONTENTTYPE+CONTENTUnique Index
I0001164STOREENT_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3537EMSPOT_IDEMSPOTEMSPOT_IDCascade