Fields SERVER
[
{
"controlType": "TextFC",
"id": "fc-name",
"name": "name",
"label": "Name",
"disabled": false
},
{
"controlType": "TextFC",
"id": "fc-label",
"name": "label",
"label": "Label",
"disabled": false
},
{
"controlType": "DropdownFC",
"id": "fc-type",
"name": "type",
"label": "Type",
"disabled": false,
"options": [
{
"value": "string",
"label": "String"
},
{
"value": "number",
"label": "Number"
},
{
"value": "lov",
"label": "LOV"
},
{
"value": "reference",
"label": "Reference"
},
{
"value": "datetime",
"label": "Date/Time"
}
]
},
{
"controlType": "AutocompleteFC",
"id": "fc-object",
"name": "object",
"label": "Object",
"disabled": false,
"filterField": "name",
"urlCreate": "undefined/app/crz/3/create",
"urlQuery": "undefined/app/crz/3/query",
"urlDetail": "undefined/app/crz/3/detail/{recordId}",
"objectId": 3,
"useInternalField": null
},
{
"controlType": "AutocompleteFC",
"id": "fc-objectRef",
"name": "objectRef",
"label": "Object Ref.",
"disabled": false,
"filterField": "name",
"displayValue": "label",
"urlCreate": "undefined/app/crz/undefined/create",
"urlQuery": "undefined/app/crz/undefined/query",
"urlDetail": "undefined/app/crz/undefined/detail/{recordId}",
"useInternalField": null
},
{
"controlType": "TextFC",
"id": "fc-displayValue",
"name": "displayValue",
"label": "Display value",
"disabled": false
},
{
"controlType": "TextFC",
"id": "fc-lovType",
"name": "lovType",
"label": "LOV Type",
"disabled": false
},
{
"controlType": "NumberFC",
"id": "fc-minDecimals",
"name": "minDecimals",
"label": "Min. Decimals",
"disabled": false,
"decimals": 0
},
{
"controlType": "NumberFC",
"id": "fc-maxDecimals",
"name": "maxDecimals",
"label": "Max. Decimals",
"disabled": false,
"decimals": 0
}
]