FUNCTIONALAREACATALOG
A Functional Area is a branding or categorizing of a suite of features within the system.
Primary Key
| Primary Key |
Field Type |
| ID |
uniqueidentifier |
Fields
| 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) |
yes |
convert(bigint, TS) |
Numeric representation of the timestamp |
| INSTALLEDPRODUCTLISTXML |
xml |
yes |
|
|
Foreign Keys
| Foreign Key |
Field Type |
Null |
Notes |
Description |
| ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT |
| CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT |
Indexes
| Index Name |
Fields |
Unique |
Primary |
Clustered |
| IX_FUNCTIONALAREACATALOG_DATEADDED |
DATEADDED |
|
|
yes |
| IX_FUNCTIONALAREACATALOG_ID_NAVIGATION |
ID |
|
|
|
| PK_FUNCTIONALAREACATALOG |
ID |
yes |
yes |
|
| UC_FUNCTIONALAREACATALOG_NAME |
NAME |
yes |
|
|
Triggers
Referenced by