Versions Compared

Key

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

...

Panel
titlePwsProjectTaskTypeRef
  • PwsProjectTaskTypeRef
    • ExternalSystemIdentifier: String (50)
    • ProjectTaskTypeId: Int32
    • ProjectTaskTypeUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

String (50)

One of ExternalSystemIdentifier or ProjectTaskTypeUid is required

The external system identifier is a unique identifier for a project task (may be null, but once set can only be updated to a different, non-null value)

 


ProjectTaskTypeId

Int32

No

The project task type Id is a unique identifier for a project task. For internal use only.

 

 


ProjectTaskTypeUid

Int64

See ExternalSystemIdentifier 

A unique and immutable identifier for a project task type

1152921504607525530 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                    <com:ProjectTaskTypeIdentity>
                        <com:ProjectTaskTypeUid>1152921504607525530</com:ProjectTaskTypeUid>
                     </com:ProjectTaskTypeIdentity>