Task List Item¶
Individual task template.
API Name: TaskListItem
Fields¶
| Field | Type | Description |
|---|---|---|
name |
varchar | Name |
description |
text | Description |
estimatedTime |
int | Estimated time (min: 0) |
estimatedTimeUnit |
enum | Time unit |
dependencyLag |
int | Dependency lag (default: 0) |
dependencyType |
enum | Dependency type (default: FS) |
excludeWeekends |
bool | Exclude weekends (default: false) |
hierarchicalLevel |
varchar | Hierarchy level (readOnly) |
Enum Values¶
dependencyType:
| Value | Description |
|---|---|
FS |
Finish-to-Start (default) |
SS |
Start-to-Start |
FF |
Finish-to-Finish |
SF |
Start-to-Finish |
estimatedTimeUnit:
| Value | Description |
|---|---|
hours |
Hours |
days |
Days |
Relationships¶
| Relationship | Type | Target Entity | Description |
|---|---|---|---|
taskList |
belongsTo | TaskList | Task list |
recordTemplate |
belongsTo | RecordTemplate | Record template (required) |
parent |
belongsToParent | RecordTemplate, TaskListItem | Parent |