go back Home

FieldDomain

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null actions="..." customToolTipClass="..." description="..." length="..." masterField="..." masterTable="..." name="..." possibleValues="..." precision="..." type="..." valueConstraints="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"actions":"...","customToolTipClass":"...","description":"...","length":"...","masterField":"...","masterTable":"...","name":"...","possibleValues":"...","precision":"...","type":"...","valueConstraints":"..."}

Fields

name type
actions FieldAction[]
customToolTipClass String
description String
length int
masterField String
masterTable String
name String
possibleValues PossibleValue[]
precision int
type String
valueConstraints String