Description: Tasks make it possible to describe and report progress for activity work at a granular level by breaking an activity into its component parts.
Field | Type | Description | Read-Only |
---|---|---|---|
activityCompleteStatus | String | The activity complete status. | No |
activityDateStatus | String | The activity date status. | No |
activityId | ForeignKey | The unique ID of the associated activity. | No |
companyName | String | The project company name of the task. | No |
completedDate | DateTime | The completed date of the task. | No |
durationHours | String | The duration hours of the task. | No |
favorite | Boolean | The Boolean value indicating if the task is flagged. | No |
integrationType | String | Indicates the task will be integrated through Gateway. | No |
itemCode | String | The task code. | No |
overdue | Boolean | The Boolean value indicating if the task is overdue. | No |
projectCompanyId | String | The project company id of the task. | No |
proposedDueDate | DateTime | The proposed due date for the lean task. | No |
startDate | DateTime | The start date of the task. | No |
status | String | The status of the task. | No |
tentativeDate | DateTime | The tentative date of the task. | No |
type | String | The field is used to identify whether the task is just a Task or Task milestone. | No |
useCalendar | Boolean | The Boolean value indicating if the calendar should be used. | No |
workManagerTaskId | String | The unique ID generated by the system. | No |
workManagerTaskName | String | The task name. | No |