Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = '' The name of the research group.
 DESCRIPTION nvarchar(255)   Default = '' The description of the research group.
 OTHERSCANMODIFY bit   Default = 1 Indicates whether users other than the owner can make changes to the research group.
 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.
 NUMMEMBERS int   Default = 0 The number of members in a research group

Foreign Key Field Type Null Notes Description
 OWNERID uniqueidentifier APPUSER.ID Foreign key to the appuser who created the research group.
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT.

Index Name Field(s) Unique Primary Clustered
 IX_RESEARCHGROUP_DATEADDED DATEADDED    
 IX_RESEARCHGROUP_DATECHANGED DATECHANGED      
 PK_RESEARCHGROUP ID  
 UIX_RESEARCHGROUP_NAME NAME    

Trigger Name Description
 TR_RESEARCHGROUP_AUDIT_UPDATE
 TR_RESEARCHGROUP_AUDIT_DELETE

Referenced by Field
 PROSPECTRESEARCHREQUEST RESEARCHGROUPID
 PROSPECTSEGMENTATION RESEARCHGROUPID
 RESEARCHGROUPMEMBER RESEARCHGROUPID
 RESEARCHGROUPPOPULATEPROCESS RESEARCHGROUPID
 RESEARCHGROUPSITE RESEARCHGROUPID
 RESEARCHGROUPSTATUS PARAMETERSETID
 WPRESEARCHGROUPSEARCHPROCESS RESEARCHGROUPID
 WPSEARCHHISTORY RESEARCHGROUPID

Entity-Relationship diagram of this table