Versions Compared

Key

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

Overview

This structure contains element PwsProjectTaskDetail which contains 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.

Format

Panel
titlePwsProjectTaskElement

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectTaskDetail

PwsProjectTaskDetail

On Insert: Yes

On Update: No 



ProjectTaskRoles

PwsProjectTaskRoleElement

On Insert: No

On Update: No 



TaskTypeInheritPurchaseOrderNumberFlag

BooleanOn Insert: Yes

On Update: No 

false


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>