PwsRelationValue

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)

One of CodeValue or UidValue is required

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)

See CodeValue

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>