Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure contains element PwsProjectTaskDetail which contains 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.part of PwsProjectElement which is an element in the response for two web services PwsGetProject and PwsSaveProject

Format

Panel
titlePwsProjectTaskElement

...

Element

Data Type

Description

Sample Data

ProjectTaskDetail

PwsProjectTaskDetail

The detailed data on the task. Click here for more information.


ProjectTaskRoles

PwsProjectTaskRoleElement

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
languagexml
titleExample 01
collapsetrue
                     <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>

...