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 |
 |
|
|