Types of trigger, target and action campaign
elements for an activity.
Column Descriptions:
Name | Type | Description |
DMELEMENTTYPE_ID | INTEGER NOT NULL | The unique identifier of a campaign element type.
Valid values include: 1 = Trigger, 2 = Target, 3 = Action, 4 =
Branch, 5 = Path. |
TYPE | VARCHAR (64) NOT NULL | The name of the type of campaign element. |
DESCRIPTION | VARCHAR (254) | The description of the campaign element
type. |
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> | DMELEMENTTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_3527 | DMELEMENTTYPE_ID | DMELETEMPLATE | DMELEMENTTYPE_ID | Cascade |