DMELEMENTTYPE

Types of trigger, target and action campaign elements for an activity.

Column Descriptions:

NameTypeDescription
DMELEMENTTYPE_IDINTEGER NOT NULLThe unique identifier of a campaign element type. Valid values include: 1 = Trigger, 2 = Target, 3 = Action, 4 = Branch, 5 = Path.
TYPEVARCHAR (64) NOT NULLThe name of the type of campaign element.
DESCRIPTIONVARCHAR (254)The description of the campaign element type.
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>DMELEMENTTYPE_IDPrimary Key

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_3527DMELEMENTTYPE_IDDMELETEMPLATEDMELEMENTTYPE_IDCascade