Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(60) |
|
|
The unique name of this page definition |
DESCRIPTION |
nvarchar(1000) |
|
Default = '' |
Description of this page definition |
PAGEDEFINITIONSPEC |
xml |
|
|
Contains the spec xml used to create this page definition |
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 |
EXPRESSIONDATAFORMID |
uniqueidentifier |
 |
|
|
INSTALLEDPRODUCTLISTXML |
xml |
 |
|
|
SPECUINAME |
nvarchar(60) |
|
Default = '' |
Presentation name of the page definition used to override the page definition name for display in the application. |
UINAME |
nvarchar(60) (Computed) |
|
case when len(SPECUINAME) = 0 then NAME else SPECUINAME end |
Name of the page definition for display in the application. |