Create and add new view to corresponding screen.json
Step1 Create view.json
{
"name": "myexampleform",
"title": "My Example Form",
"template": "DashboardView",
"url": "/screen/myexample/view/myexampleform",
"widgets": [
{
"widgetName": "MyExampleForm",
"position": 2,
"gridWidth": 24
}
],
"rolesAllowed": [
"CXBOX_USER"
]
}
Step2 Add new view to corresponding screen.json