Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Overview

This structure contains element PwsProjectTaskDetail which includes the complete set of project task information. The structure is part of PwsProjectElement which is an element in the response for two web services PwsGetProject and PwsSaveProject

Format

PwsProjectTaskElement

Elements

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)


Example 01
                     <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>





  • No labels