Array of multiple FieldGroup objects

  • Type: array object[] · Array of multiple FieldGroup objects
    • autoAttach
      Type: boolean

      When true, this field group is automatically attached to new records in the target module.

    • boostId
      Type: string
      read-only

      Boost space internal record identification

    • created
      Type: string Format: date-time
      read-only

      Creation timestamp

    • derivedFrom
      Type: integer

      ID of group from which this group has been derived - only for protected field groups

    • entities
      Type: array object[] · FieldGroup entity[]

      Entity attachment records describing which records and positions this field group is rendered in.

    • id
      Type: integer
      read-only

      Unique identifier - primary key

    • inputs
      Type: array object[] · Field[]

      Ordered list of fields belonging to this field group.

    • inputSize
      Type: string

      Default layout width applied to each field inside this group (e.g. 'full', 'half').

    • module
      Type: string

      Module name this field group belongs to (e.g. 'contact', 'deal').

    • name
      Type: string

      Name of the Field Group.

    • protected
      Type: boolean

      Marks field group as system default - non-changeable

    • size
      Type: string

      Layout width of the field group in the UI (e.g. 'full', 'half').

    • static
      Type: string

      Static HTML/text content rendered inside the group; used for informational or decorative groups with no input fields.

    • systemName
      Type: string

      Group system name - if set (non-changeable) - only for protected field groups

    • table
      Type: string

      Specific table within the module this field group targets; used when a module has multiple tables.

    • weight
      Type: integer

      Ordering index controlling the display sequence of field groups; lower values appear first.