Primary Key Field Type
 ID uniqueidentifier

Field Field Type Null Notes Description
 NAME nvarchar(100)   Default = '' The name of the Functional Area.
 DESCRIPTION nvarchar(max)   Default = '' Provides a description of the functionality available within the Functional Area.
 FUNCTIONALAREASPECXML xml   Contains the xml definition from which the Functional Area was built.
 SEQUENCE int   Default = 0 Defines the order in which Functional Areas are presented.
 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
 INSTALLEDPRODUCTLISTXML xml

Foreign Key Field Type Null Notes Description
 ADDEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT
 CHANGEDBYID uniqueidentifier   CHANGEAGENT.ID FK to CHANGEAGENT

Index Name Field(s) Unique Primary Clustered
 IX_FUNCTIONALAREACATALOG_DATEADDED DATEADDED    
 IX_FUNCTIONALAREACATALOG_ID_NAVIGATION ID      
 PK_FUNCTIONALAREACATALOG ID  
 UC_FUNCTIONALAREACATALOG_NAME NAME    

Trigger Name Description
 TR_FUNCTIONALAREACATALOG_AUDIT_UPDATE
 TR_FUNCTIONALAREACATALOG_AUDIT_DELETE

Referenced by Field
 TASKCATALOG FUNCTIONALAREAID

Entity-Relationship diagram of this table