JobTypes
Create and query QuickBooks JobTypes.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
The unique identifier of the jobtype. | |
Name | String | False | 100 |
The name of the jobtype. | |
FullName | String | True | 1000 |
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 | 255 |
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 | 16 |
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. |