Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = '' The name of the list.
 DESCRIPTION nvarchar(255)   Default = '' A description about the list.
 CODE nvarchar(10)   Default = '' A unique code that identifies the list.
 DATEADDED datetime   Default = getdate() Indicates the date this record was added.
 DATECHANGED datetime   Default = getdate() Indicates the date this record was last changed.
 TS timestamp   Timestamp.
 TSLONG bigint (Computed) CONVERT(bigint, TS) Numeric representation of the timestamp.
 LISTSITEISNULL bit   Default = 0

Foreign Key Field Type Null Notes Description
 MKTLISTID uniqueidentifier MKTLIST.ID The existing list record.
 CODEPARTDEFINITIONVALUESID uniqueidentifier MKTSOURCECODEPARTDEFINITIONVALUES.ID The source code part definition format value.
 MKTLISTCATEGORYCODEID uniqueidentifier MKTLISTCATEGORYCODE.ID A category for grouping lists together.
 VENDORID uniqueidentifier VENDOR.ID The vendor that provided the list.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 SITEID uniqueidentifier SITE.ID

Index Name Field(s) Unique Primary Clustered
 IX_BATCHDIRECTMARKETINGEFFORTLIST_CODEPARTDEFINITIONVALUESID CODEPARTDEFINITIONVALUESID      
 IX_BATCHDIRECTMARKETINGEFFORTLIST_DATEADDED DATEADDED    
 IX_BATCHDIRECTMARKETINGEFFORTLIST_DATECHANGED DATECHANGED      
 IX_BATCHDIRECTMARKETINGEFFORTLIST_MKTLISTCATEGORYCODEID MKTLISTCATEGORYCODEID      
 IX_BATCHDIRECTMARKETINGEFFORTLIST_MKTLISTID MKTLISTID      
 IX_BATCHDIRECTMARKETINGEFFORTLIST_VENDORID VENDORID      
 PK_BATCHDIRECTMARKETINGEFFORTLIST ID  

Trigger Name Description
 TR_BATCHDIRECTMARKETINGEFFORTLIST_AUDIT_UPDATE
 TR_BATCHDIRECTMARKETINGEFFORTLIST_AUDIT_DELETE

Referenced by Field
 BATCHDIRECTMARKETINGEFFORT BATCHDIRECTMARKETINGEFFORTLISTID

Entity-Relationship diagram of this table