Fields
Field |
Field Type |
Null |
Notes |
Description |
ADDPERMISSIONCODE
|
tinyint
|
false
|
|
This field indicates whether or not the user has been granted or denied permission to add new entries to the given code table.
|
ADDPERMISSION
|
nvarchar(7) (Computed)
|
true
|
|
Provides a translation for the 'ADDPERMISSIONCODE' field.
|
UPDATEPERMISSIONCODE
|
tinyint
|
false
|
|
This field indicates whether or not the user has been granted or denied permission to update existing entries in the given code table.
|
UPDATEPERMISSION
|
nvarchar(7) (Computed)
|
true
|
|
Provides a translation for the 'UPDATEPERMISSIONCODE' field.
|
DELETEPERMISSIONCODE
|
tinyint
|
false
|
|
This field indicates whether or not the user has been granted or denied permission to delete entries from the given code table.
|
DELETEPERMISSION
|
nvarchar(7) (Computed)
|
true
|
|
Provides a translation for the 'DELETEPERMISSIONCODE' field.
|
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.
|