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 3 Next »

Overview

This structure is used to uniquely identify a project issue.  Project issues can be identified by ProjectIssueUid, and it can also be tagged by a user defined ID called ReferenceId. 

Format

PwsProjectIssueCategory
  • PwsProjectIssueCategory
    • ProjectIssueCategoryId: Int32
    • ProjectIssueCategoryUid: Int64
    • InactiveFlag: Boolean
    • Name: String
    • SortOrder: Int16

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueCategoryId

Int32





ProjectIssueCategoryUid

Int64





InactiveFlag

Boolean





Name

String





SortOrder

Int16





Usage Example(s)

Example 01
			   <a:PwsProjectIssueCategory>
                  <ProjectIssueCategoryId xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">465610</ProjectIssueCategoryId>
                  <ProjectIssueCategoryUid xmlns="http://projectorpsa.com/DataContracts/Shared/Common/">1152921504607312586</ProjectIssueCategoryUid>
                  <a:InactiveFlag>true</a:InactiveFlag>
                  <a:Name>Production</a:Name>
                  <a:SortOrder>2</a:SortOrder>
               </a:PwsProjectIssueCategory>





  • No labels