Contains information pertaining to an event task.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME
|
nvarchar(100)
|
false
|
|
|
COMPLETEBYDATE
|
datetime
|
false
|
|
Deadline date of the event task.
|
STATUSCODE
|
tinyint
|
false
|
|
0=Active, 1=Completed
|
STATUS
|
nvarchar(9) (Computed)
|
true
|
|
Provides a translation for the 'STATUSCODE' field.
|
DATECOMPLETED
|
datetime
|
true
|
|
Completion date of the event task.
|
COMMENT
|
nvarchar(250)
|
false
|
|
|
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.
|