Number types

123
123,00000
0.45
0,45000
9876543210
9.876.543.210,00000
-7.89
-7,89000
3.1415926535
3,14159
456789.1234
456.789,12340
1.23e-7
0,00000
345992.1
345.992,10000
-231.33
-231,33000
21233133231.2333
21.233.133.231,23330
411.35
411,35000
3630
3630,00000
12
12

Date types

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
  }
]