Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
|
DISPLAYORDER |
int |
|
Default = 0 |
|
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. |
SECURITYLEVELCODE |
tinyint |
|
Default = 0 |
0=All roles, 1=Selected roles |
SECURITYLEVEL |
nvarchar(14) (Computed) |
 |
CASE [SECURITYLEVELCODE] WHEN 0 THEN N'All roles' WHEN 1 THEN N'Selected roles' END |
Provides a translation for the 'SECURITYLEVELCODE' field. |
QUERYDEFAULTALLOWALLUSERSTORUN |
bit |
|
Default = 0 |
|
QUERYDEFAULTALLOWALLUSERSTOEDIT |
bit |
|
Default = 0 |
|
APPLYASDEFAULTPERMISSIONSFORALLSUBFOLDERS |
bit |
|
Default = 0 |
|
SMARTQUERYDEFAULTALLOWALLUSERSTORUN |
bit |
|
Default = 0 |
|
SMARTQUERYDEFAULTALLOWALLUSERSTOEDIT |
bit |
|
Default = 0 |
|