...
Panel | ||
---|---|---|
| ||
|
Elements
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 The relationship type UDF Uid is a (100) | See CodeValue | A unique and immutable identifier for a relationship type UDF value. | 10201 |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |