JobTypes
Create and query Reckon JobTypes.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier of the jobtype. | |
| Name | String | False |
The name of the jobtype. | |
| FullName | String | True |
The full name of the jobtype in the form ParentName|JobTypesName. | |
| IsActive | Boolean | False |
Boolean determining if the jobtype is active. | |
| ParentRef_FullName | String | False |
Full name of the parent for the jobtype. You may specify only ParentRef_FullName or ParentRef_ListId on INSERT statements and not both. | |
| ParentRef_ListId | String | False |
JobTypes.ID |
Id for the parent of the jobtype. You may specify only ParentRef_FullName or ParentRef_ListId on INSERT statements and not both. |
| Sublevel | Integer | True |
How many parents the jobtype has. | |
| EditSequence | String | True |
A string indicating the revision of the jobtype. | |
| TimeCreated | Datetime | True |
The time the jobtype was created. | |
| TimeModified | Datetime | True |
The last time the jobtype was modified. |