Overview
This structure contains element PwsProjectTaskDetail (blocked by #36257) which contains an instance of PwsProjectTaskDetail, which includes the complete set of project task information. The structure is used both to retrieve detailed project task information and to pass information about a project task back to the server to get updated.It additionally contains related and derived information about the task.
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample Data | |||||
---|---|---|---|---|---|---|---|---|---|---|
ProjectTaskDetail | PwsProjectTaskDetail (blocked by #36257) | On Insert: Yes On Update: No | ProjectTaskRoles | On Insert: No On Update: No | TaskTypeInheritPurchaseOrderNumberFlag | Boolean | On Insert: Yes On Update: No | The detailed data on the task. Click here for more information. | ||
ProjectTaskRoles | The roles on this task. Click here for more information. | |||||||||
TaskTypeInheritPurchaseOrderNumberFlag | Boolean | If set to "true", this task inherits purchase order from its task type. | false |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsProjectTaskElement> <b:ProjectTaskDetail> <b:ExternalSystemIdentifier i:nil="true"/> <b:ProjectTaskId i:nil="true"/> <b:ProjectTaskUid>1152921504608734905</b:ProjectTaskUid> <b:CompletedFlag>false</b:CompletedFlag> <b:Description i:nil="true"/> <b:DurationMinutes i:nil="true"/> <b:EarliestStartDate i:nil="true"/> <b:FullWbsCode>1</b:FullWbsCode> <b:NewExternalSystemIdentifier i:nil="true"/> <b:OpenForTimeFlag i:nil="true"/> <b:ParentTaskIdentity i:nil="true"/> <b:PlannedEndDateTime>2011-01-29T04:00:00Z</b:PlannedEndDateTime> <b:PlannedStartDateTime>2011-01-01T00:00:00Z</b:PlannedStartDateTime> <b:Predecessors/> <b:PreviousSiblingTaskIdentity i:nil="true"/> <b:ProjectTaskTypeIdentity i:nil="true"/> <b:TaskName>Grandpa task</b:TaskName> <b:InheritPurchaseOrderNumberFlag i:nil="true"/> <b:PurchaseOrderNumber i:nil="true"/> <b:Subscriptions/> <b:UserDefinedFields/> </b:ProjectTaskDetail> <b:ProjectTaskRoles/> <b:TaskTypeInheritPurchaseOrderNumberFlag i:nil="true"/> </b:PwsProjectTaskElement> |