This FieldType contains values that can be retrieved from a lookup table.
| name | data type | description |
|---|---|---|
| fieldType | FieldType | Returns the type of the values contained in this field. |
| lookupTypeDefinition | ArchiveReferenceType | Returns a reference to the archive containing lookup entries that is linked to this field. |
| lookupFieldIdentifier | string | Returns the identifier of the linked field in the lookup type definition. |
Properties inherited from FieldType |
||
| typeName | FieldTypeEnum | Returns the name of this FieldType. |
Example
{
"fieldType" : {
"typeName" : "BINARY"
},
"lookupTypeDefinition" : {
"name" : "...",
"contentType" : "LOOKUP"
},
"lookupFieldIdentifier" : "...",
"typeName" : "CURRENCY"
}