smartsuite_set_field_visibility
Control field visibility in SmartSuite record views. Set hidden flag to hide/show a field, with dry-run preview unless confirm is true.
Instructions
Hide or show a field in the record view. Requires readwrite/admin + SMARTSUITE_ENABLE_SCHEMA_WRITE. hidden:true hides the field (adds it to the layout's record-wide hidden_fields list); hidden:false shows it. Hidden fields stay in the layout structure but aren't displayed; this is record-wide (not per-tab). Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The field slug to hide or show. | |
| hidden | Yes | true = hide the field, false = show it. | |
| confirm | No | Must be true to apply (default false = preview). | |
| applicationId | Yes | The application (table) ID. |