Check Group Field Status

Check Group Field Visibility - kintone.app.record.isGroupFieldOpen()

Checks if a group field is expanded.

Function

Desktop

kintone.app.record.isGroupFieldOpen(fieldCode)

Mobile

kintone.mobile.app.record.isGroupFieldOpen(fieldCode)

Parameters

Parameter Type Required Description
fieldCode String Yes The field code of the field to retrieve.

Returns

A Promise object.
The following values can be retrieved when the Promise object is fulfilled:

Type Description
Boolean The visibility of the group field
  • true: The group field is open
  • false: The group field is closed

Available Pages

  • Record Details
  • Record Create
  • Record Edit