ProjectsUsersFollowedToDoTasks
The followed to do task resource is used to retrieve attributes for a to do task that a project user follows. To do Tasks may be followed by many project users.
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. |
| TaskPriority | Decimal | Priority of the task. |
| PlanLineId [KEY] | Long | Unique identifer of the plan line of the followed to do task. |
| TaskProgressStatusCode | String | Code of the progress status of the task. |
| TaskProgressEnteredDate | Date | The date when last progress was entered. |
| TaskActualFinishDate | Date | The date on which the work completed on a task. |
| TaskActualStartDate | Date | The date on which the work commenced on a task. |
| TaskPlannedStartDate | Date | The date that the task starts. |
| TaskPlannedFinishDate | Date | The date that the task ends. |
| ElementVersionId | Long | Element version identifier of the task. |
| ResourceId | Long | Identifier of the resource assigned to the task. |
| TaskFollowerId | Long | Unique identifier of the task follower. |
| TaskProgressStatus | String | Progress Status 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. |
| LastUpdatedBy | String | Unique identifier of the user who last updated the task. |
| LastUpdateDate | Datetime | The date when the task is last updated. |
| OsnSharedTaskFlag | Bool | Indicates if Task is shared on OSN |
| Finder | String | finder |