Deprecated in Version 7.0
The CAMPAIGNCONTACT table contains records for contacts included in marketing campaigns.
|
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
CAMPAIGNCONTACTID (PK) |
char(12) |
NULLS |
CAMPAIGNCONTACT_PRIMARY (AK) |
|
|
CAMPAIGNID(FK) |
char(12) |
NULLS |
CAMPAIGNCONTACT_CAMPAIGNID (IE) |
(Many) to (One) |
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
|
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
CONTACTID (FK) |
char(12) |
NULLS |
CAMPAIGNCONTACT_CAMCON (AK) |
(Many) to (One) |
|
INITIALTARGET |
char(1) |
NULLS |
|
|
|