Versions Compared

Key

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

...

Panel
titlePwsProjectIssueCategoryRef
  • PwsProjectIssueCategoryRef
    • ProjectIssueCategoryId: Int32
    • ProjectIssueCategoryUid: Int64

Elements

Element

Data Type

Required?

Description

Sample Data

ProjectIssueCategoryId

Int32

No

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


ProjectIssueCategoryUid

Int64

On Insert:

Yes

On update: No

A unique and immutable identifier for a project issue category.

1152921504606992779

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
					 <a:CategoryIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:ProjectIssueCategoryId>351612</b:ProjectIssueCategoryId>
                        <b:ProjectIssueCategoryUid>1152921504606992779</b:ProjectIssueCategoryUid>
                     </a:CategoryIdentity>

...