ProjectsUsersToDoTasks
The to do task resource is used to store values while creating or updating to do tasks. A to do task is a unit of work assigned or performed as part of a resource's duties outside of any project. To do tasks may be performed within a defined period by a specific resource.
Columns
| Name | Type | Description |
| ProjectsUsersResourceId [KEY] | Long | The unique identifier of the resource assigned to the task. |
| TaskName | String | The name of the task. |
| ProjElementId [KEY] | Long | Project Element Identifier of the task. |
| ObjectType | String | Object type of the task. |
| ElementType | String | Element Type of a task. |
| TaskDescription | String | Description of a task. |
| TaskPlannedFinishDate | Date | The date that the task ends. |
| TaskPlannedStartDate | Date | The date that the task starts. |
| TaskProgressStatusCode | String | Code of the progress status of the task. |
| TaskProgressEnteredDate | Date | The date when last progress was entered. |
| TaskPriority | Decimal | Priority of the task. |
| TaskProgressStatus | String | Progress Status of the task. |
| ElementVersionId [KEY] | Long | Element version identifier of the task. |
| TaskId | Long | Unique identifier of the task. |
| CreatedBy | String | Unique identifier of the user who created the task. |
| CreationDate | Datetime | The date when the task is created. |
| LastUpdateDate | Datetime | The date when the task is last updated. |
| LastUpdatedBy | String | Unique identifier of the user who last updated the task. |
| PlanLineId | Long | Unique identifer of the plan line of the to do task. |
| OsnSharedTaskFlag | Bool | Indicates of the task is shared on OSN. |
| Finder | String | finder |
| ResourceId | Long | resourceid |