OPPORTUNITY_CAMPAIGN Table

Added in Version 6.2

The OPPORTUNITY_CAMPAIGN table stores information about opportunities that are the result of marketing campaigns. This table links the Opportunity table to the CAMPAIGN table.

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

OPPORTUNITY_CAMPAIGNID (PK) (FK)

STANDARDID (12)

NOT NULL

OPPORTUNITY_CAMPAIGN_ID_PK (CA)

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime(8)

NULLS

 

 

 

OPPORTUNITYID (FK)

char(12)

NULLS

 

(Many) to (One)

OPPORTUNITY.OPPORTUNITYID

CAMPAIGNID (FK)

char(12)

NULLS

 

(Many) to (One)

CAMPAIGN.CAMPAIGNID