Fields

Description

Fields - contain class attributes that are grouped by some criterion (for more detailed information see : doc: Type” Group [0]”) <type_group>.

Attention: this property applies only to the attribute type “Group [0]”.

Example

NB: On the view form, the specified attributes are displayed on the lower level of the hierarchy, the name of the group is on the top.

{
  "tabs": [
    {
      "caption": "",
      "fullFields": [
        {
          "caption": "nameGroup",
          "type": 0,
          "property": "",
          "size": 2,
          "maskName": null,
          "mask": null,
          "mode": null,
          "fields": [
            {
              "caption": "atr1",
              "type": 1,
              ...
            },
            {
              "caption": "atr2",
              "type": 1,
              ...
            }
      ]
    }
      ],
      "shortFields": []
    }
  ]
}