seed_create_view
Define a new Seed view on an existing frame by providing layout JSON, machine name, and optional role restrictions.
Instructions
Create a Seed view on an existing frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Machine name for the view. | |
| frame | Yes | Frame name this view renders. | |
| label | No | Human-readable view label. Defaults to the view name. | |
| layoutJson | Yes | View layout as JSON. Example: {"device":"web","group":"CRM","list":{"type":"default"}} | |
| description | No | View description. | |
| editRolesJson | No | Optional JSON array of roles allowed to edit this view. | |
| viewRolesJson | No | Optional JSON array of roles allowed to view this view. |