Stores the default roles for a folder's queries.
Fields
| Field |
Field Type |
Null |
Notes |
Description |
|
GRANTORDENY
|
bit
|
false
|
|
1 if Granted, 0 if Denied
|
|
PERMISSIONTYPECODE
|
tinyint
|
false
|
|
0=Run, 1=Edit, 2=RunSmartQuery
|
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
|
PERMISSIONTYPE
|
nvarchar(13) (Computed)
|
true
|
|
Provides a translation for the 'PERMISSIONTYPECODE' field.
|