...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description | Sample Data |
---|---|---|---|
ExternalSystemIdentifier | String (50) | The external system identifier is a unique identifier for a project task. | |
ProjectTaskId | Int32 | The project task id is a unique identifier for a project task. For internal use only. | |
ProjectTaskUid | Int64 | A unique and immutable identifier for a project task. | 1152921504608644258 |
Description | String | The project task description. | |
Name | String | The project task name is a unique identifier for a project task. This is the name resources will see when choosing tasks to enter their time against. Multiple tasks in the same task plan may share the same name, as long as they are under different parent tasks. The Work Breakdown Structure (WBS) code will differentiate between like-named tasks. | Task A1 |
Notes | The project task notes | ||
OpenForTimeFlag | Boolean | If set to 'true', resources are able to submit time using this Task. | true |
ParentProjectTaskIdentity | The identity of the parent task. This will be null for root-level tasks. | ||
ParentTaskName | String | The name of the parent task. | Task A |
PlannedEndDateTime | DateTime | The planned end date of the task (in UTC format). For this purpose, days start at midnight so a time component of 4:00AM indicates that the task ends mid-day (assuming an 8 hour day). | 2018-03-30T08:00:00Z |
PlannedStartDateTime | DateTime | The planned start date of the task (in UTC format). For this purpose, days start at midnight so a time component of 4:00AM indicates that the task starts mid-day (assuming an 8 hour day). | 2018-03-01T00:00:00Z |
ProjectTaskTypeIdentity | The project task type associated with the project task. | ||
Roles | PwsProjectTaskRole [???] | The project role(s) associated with the project task. | |
SequenceNumber | Int16 | This field determines the overall position of the task within the task plan. Tasks are ordered according to their work breakdown structure (WBS code). | 1 |
WbsCode | String | The project task work breakdown structure code is a unique identifier for a project task. | 1.1 |
ParentTaskWbsCode | String | The work breakdown structure of the parent task. | 1 |
...