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 represents the values associated with a Relationship type User Defined Field. Relationship Type User Defined Fields are designed to integrate with another system (i.e. Zendesk or Jira) and are only applicable to time cards and cost cards.

Format


PwsRelationValue
  • PwsRelationValue
    • CodeValue: String
    • TextValue: String
    • UidValue: String

Elements


Element

Data Type

Required?

Default

Description

Sample Data

CodeValue

String



The Relation Type Code value, this is a unique identifier for a Relationship Type UDF value.

NSA-8

TextValue

String



The Relation Type UDF text value.

Item #11: Satisfied

UidValue

String



The Relation Type UDF Uid is a unique and immutable identifier for a Relationship Type UDF value.

10201


Usage Example(s)


Exampe 01
                          <RelationValue>
                              <CodeValue>NSA-8</CodeValue>
                              <TextValue>Item #11: Satisfied</TextValue>
                              <UidValue>10201</UidValue>
                           </RelationValue>
  • No labels