saved_views_create
Save a filter as a named view so the user can reuse it. filterJson is the filter definition as the app stores it — pass the same shape you got from saved_views_list rather than inventing one, since the format belongs to the app's filter builder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What the user will see in the sidebar. | |
| entityType | Yes | Which record type this view filters. | |
| filterJson | No | Filter definition, JSON-encoded. |