Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure represents the values associated with a Relationship type User Defined Fieldrelationship 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.

...

Panel
titlePwsRelationValue
  • PwsRelationValue
    • CodeValue: String (30)
    • TextValue: String (255)
    • UidValue: String (100)

Elements


Element

Data Type

Required?

Default

Description

Sample Data

CodeValue

String

 

 

 The Relation Type Code value, this

(30)

One of CodeValue or UidValue is required

The relationship type code value is a unique identifier for a

Relationship Type

relationship type UDF value.

NSA-8

TextValue

String

 

 

 The Relation Type

(255)

On Insert: Yes

On Update: Yes

The relationship type UDF text value.

Item #11: Satisfied

UidValue

String (100)

 

 

 The Relation Type UDF Uid is a

See CodeValue

A unique and immutable identifier for a

Relationship Type

relationship type UDF value.

10201


Usage Example(s)


Code Block
languagexml
titleExampe 01
collapsetrue
                           <RelationValue><b:RelationValue>
                              <CodeValue>NSA<b:CodeValue>NSA-8</b:CodeValue>
                              <TextValue>Item<b:TextValue>Item #11: Satisfied</b:TextValue>
                              <UidValue>10201<<b:UidValue>10201</b:UidValue>
                           </b:RelationValue>