Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 BUSINESSPROCESSPARAMETERSETID uniqueidentifier   This is the ID of the parameter set for this business process instance.
 EXCLUDEDECEASED bit   Default = 1 Indicates whether or not to exclude deceased constituents.
 EXCLUDEINACTIVE bit   Default = 1 Indicates whether of not to exclude inactive constituents.
 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.
 DATETYPECODE tinyint   Default = 0 Indicates the type of date to be used.
 ASOFDATE datetime Indicates the beginning date of a valid exclusion or inclusion.
 DATETYPE nvarchar(15) (Computed) CASE [DATETYPECODE] WHEN 0 THEN N'Today' WHEN 1 THEN N'<Specific date>' END Provides a translation for the 'DATETYPECODE' field.

Foreign Key Field Type Null Notes Description
 BUSINESSPROCESSCATALOGID uniqueidentifier   BUSINESSPROCESSCATALOG.ID A foreign key to the business process table.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_BUSINESSPROCESSCOMMPREF_DATEADDED DATEADDED    
 IX_BUSINESSPROCESSCOMMPREF_DATECHANGED DATECHANGED      
 PK_BUSINESSPROCESSCOMMPREF ID  
 UIX_BUSINESSPROCESSCOMMPREF_BUSINESSPROCESSCATALOGID_BUSINESSPROCESSPARAMETERSETID BUSINESSPROCESSCATALOGID, BUSINESSPROCESSPARAMETERSETID    

Trigger Name Description
 TR_BUSINESSPROCESSCOMMPREF_AUDIT_UPDATE
 TR_BUSINESSPROCESSCOMMPREF_AUDIT_DELETE

Entity-Relationship diagram of this table