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 is used to uniquely identify a project issue category.  Project issues category can be identified by ProjectIssueCategoryUid

Format

PwsProjectIssueCategoryRef
  • 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)


Example 01
					 <a:CategoryIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:ProjectIssueCategoryId>351612</b:ProjectIssueCategoryId>
                        <b:ProjectIssueCategoryUid>1152921504606992779</b:ProjectIssueCategoryUid>
                     </a:CategoryIdentity>





  • No labels