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 8 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 (30)
    • TextValue: String (255)
    • UidValue: String (100)

Elements


Element

Data Type

Required?

Description

Sample Data

CodeValue

String (30)

On Insert: Yes

On Update: Yes (if UidValue is not supplied)

The relationship type code value is a unique identifier for a relationship type UDF value

NSA-8

TextValue

String (255)

On Insert: Yes

On Update: Yes

The relationship type UDF text value.

Item #11: Satisfied

UidValue

String (100)

On Insert: Yes

On Update: Yes (if CodeValue is not supplied)

A unique and immutable identifier for a relationship type UDF value.

10201


Usage Example(s)


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