Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(50)   Default = '' Stores the name of the list layout.
 DESCRIPTION nvarchar(300)   Default = '' Stores the description of the list layout.
 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.
 TYPECODE tinyint   Default = 0 Type of layout
 TYPE nvarchar(20) (Computed) CASE [TYPECODE] WHEN 0 THEN N'Imported List' WHEN 1 THEN N'Finder File' WHEN 2 THEN N'Segmented House File' END Provides a translation for the 'TYPECODE' field.
 ADDNEWCODETABLEENTRIES bit   Default = 0

Foreign Key Field Type Null Notes Description
 RECORDSOURCEID uniqueidentifier MKTRECORDSOURCE.ID Foreign key to MKTRECORDSOURCE.
 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_MKTLISTLAYOUT_DATEADDED DATEADDED    
 IX_MKTLISTLAYOUT_DATECHANGED DATECHANGED      
 IX_MKTLISTLAYOUT_RECORDSOURCEID RECORDSOURCEID      
 IX_MKTLISTLAYOUT_SITEID SITEID      
 PK_MKTLISTLAYOUT ID  
 UC_MKTLISTLAYOUT_NAME NAME    

Trigger Name Description
 TR_MKTLISTLAYOUT_AUDIT_UPDATE
 TR_MKTLISTLAYOUT_AUDIT_DELETE
 TR_MKTLISTLAYOUT_INSERT
 TR_MKTLISTLAYOUT_UPDATE

Referenced by Field
 MKTCONSTITUENTFILEIMPORTPROCESS LISTLAYOUTID
 MKTFINDERFILEIMPORTPROCESS LISTLAYOUTID
 MKTLISTLAYOUTFIELD LISTLAYOUTID
 MKTSEGMENTLIST LISTLAYOUTID

Entity-Relationship diagram of this table