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 2 Next »

Overview

This structure represents the unique key fields of a standard task type.  Standard rate types are used to categorize project task types. Standard task types can be identified by StandardTaskTypeCode,  StandardRateTypeName or StandardRateTypeUid

Format

PwsProjectTaskTypeRef
  • PwsProjectTaskTypeRef
    • ExternalSystemIdentifier: String
    • ProjectTaskTypeId: Int32
    • ProjectTaskTypeUid: Int64

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ExternalSystemIdentifier

String

 

 

 

 

ProjectTaskTypeId

Int32

 

 

 

 

ProjectTaskTypeUid

Int64

 

 

 

 

Usage Example(s)


Example 01
               <com:StandardTaskTypeIdentity>
                  <com:StandardTaskTypeName>Design</com:StandardTaskTypeName>
               </com:StandardTaskTypeIdentity>
 
  • No labels