Versions Compared

Key

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

...

Element

Data Type

Required?

Default

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)The relationship type UDF Uid is a

See CodeValue

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

10201

...

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>