Version: 19.11 (EOL)
Global Actions
The optional globalActions config is used to show/hide and configure global actions on the List screen. Currently, Workspaces supports one global action: CreateForm.
Options
Create Forms
The CreateForm option is used to show/hide the Create Form button that allows Workspaces users to create new forms using Maestro forms. CreateForm uses globalActions.CreateForm.options for the list of forms to offer.
Attributes
For a list of supported attributes, see Reference > CurrentSpaceGlobalActions.
Example
The following example shows how to configure the CreateForm option.
Global Actions config
{
"globalActions": {
"CreateForm": {
"label": "New Form",
"options": ["Deposit Account Opening"]
}
},
}