Open Field Group
Open Field Group
Opens and closes Field Groups.
Function
Desktop
kintone.app.record.setGroupFieldOpen(fieldCode, isOpen)
Mobile
kintone.mobile.app.record.setGroupFieldOpen(fieldCode, isOpen)
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| fieldCode | String | Yes | The field code of the Field Group. |
| isOpen | Boolean | Yes | Set to true to open the Field Group.Set to false to close the Field Group. |
Returns
Nothing
Sample Request
|
|
Available Pages
- Record Create
- Record Edit
- Record Details
- Record Print (Desktop only)
Limitations
- This API cannot be used on apps attached to bodies of Spaces/Threads/Announcements.