Versions Compared

Key

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

...

Panel
titlePwsProjectRoleRef
  • PwsProjectRoleRef
    • ExternalSystemIdentifier: String
    • ProjectRoleId: Int32
    • ProjectRoleUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

String

One of ExternalSystemIdentifier or ProjectRoleUid 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)

 


ProjectRoleId

Int32

No

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

 


ProjectRoleUid

Int64

See ExeternalSystemIdentifier

 A unique and immutable identifier for a project role

1152921504609219128 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <com:ProjectRoleIdentity>
                        <com:ProjectRoleUid>1152921504609219128</com:ProjectRoleUid>
                     </com:ProjectRoleIdentity>