The Tasks table contains information about Tasks. Its on-disk name is: Tasks.nx1
The fields contained in the Tasks table, including field type and size (if applicable).
Field Name |
Type |
Size |
Description |
||
---|---|---|---|---|---|
TaskID |
AutoInc |
|
Each time a Task record is created, a unique ID value is automatically assigned by the system. This value is used to identify the Task and is not user-modifiable. |
||
TaskName |
String |
30 |
The user-assigned name of the Task. |
||
TaskType |
Integer |
|
The type of task stored in the record, as an integer value.
|
||
Data |
BLOB |
|
Contains the Task specifics, including valid modes, days and times along with Task-specific properties. |
||
TaskInfo |
BLOB Memo |
|
Contains Task properties, expressed as text. This field is used by the host application when generating Task property reports. |
||
RecCreateDate |
Date/Time |
|
The date and time the record was created. |
||
RecEditDate |
Date/Time |
|
The date and time the record was last edited. |
||
RecEditBy |
String |
30 |
The user who last edited the record. |