Versions Compared

Key

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

...

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 StandardRateTypeUidby StandardTaskTypeCode,  StandardTaskTypeName or StandardTaskTypeUid

Format

Panel
titlePwsProjectTaskTypeRefPwsStandardTaskTypeRef
  • PwsProjectTaskTypeRefPwsStandardTaskTypeRef
    • ExternalSystemIdentifierStandardTaskTypeCode: String (20)
    • ProjectTaskTypeIdStandardTaskTypeId: Int32ProjectTaskTypeUid
    • StandardTaskTypeName: String (50)
    • StandardTaskTypeUid: Int64

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ExternalSystemIdentifier

StandardTaskTypeCode

String

 

 

 

 

ProjectTaskTypeId

Int32

 

 

 

 

ProjectTaskTypeUid

Int64

 

 

 

 

(20)

On Insert: No

On Update: No


The code is a unique identify of standard task type

T3

StandardTaskTypeId

Int32

On Insert: No

On Update: No


The standard task type id is a unique identifier for a project role. For internal use only.   


StandardTaskTypeName

String (50)

On Insert: No

On Update: No


The name is a unique identify of standard task type

Design

StandardTaskTypeUid

Int64

On Insert: No

On Update: No


A unique and immutable identifier for a standard task type

1152921504606847727


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
               <com:StandardTaskTypeIdentity>
                  <com:StandardTaskTypeName>Design</com:StandardTaskTypeName>
               </com:StandardTaskTypeIdentity>