Category
- Release Notes
![]()
ZEOS, Version 29.0.0
Release Date: 28/11/2022
About This Release
Release 29.0.0 brings a few enhancements to datalists, grid, dashboard, and workflow blocks. It also fixes bugs related to HTML cards, workflow blocks, and datalist.
New Features
- Option to hide / display the extra records / rows and tabs shown as default in the child grid: Now you have the option to hide / display the extra rows and tabs shown in a child grid.
- Create a workflow with a Get Parameter Block, Spreadsheet Filter Block, and a Custom Output Block.
.png)
- In the Custom Output Block, enter the following:
ESCUP “ss”:”spreadsheetShortcode”, “data”: {rows}, “editable”:”true”, “emptyrows”:”true”, “sstab”:”true” ESCDOWN
.png)
- On the Form Builder, click DNA Container and connect the workflow to the form.
.png)
.png)
For more details on building the workflow and passing the parameters, see https://vizru.com/knowledgebase/creating-a-child-grid-using-workflow/
- Option to manage row checkbox using Init rule: Now you can manage the display of row checkbox using the init rule. When you select the option View for an element within the Rules tab in the Dashboard Rule Block you can see the Edit option that manages the row checkbox appearance. When you select the Edit option you can see the checkbox in dashboard view mode.
.png)
.png)
- Case insensitive operator ==(i): New case insensitive operator ==(i) have been added to the Conditional Block.
.png)
- Case insensitive operators added to Spreadsheet Filter Block: New case insensitive operators IN(i) and ! IN(i) have been added to the Spreadsheet Filter Block.
.png)
- Workflow custom functions in datalist: Now you have workflow custom functions added in datalist. You can add them to the datalist either using Add Template below the field or using the option Where in the left panel.
.png)
- Option to add alias to form add button: Now you can customize the names for the Add button in a form connected to the datalist.
- Dashboard content height settings: You can now adjust the height of dashboard elements. You have three options: Fit in Widget, Fit screen, and Fit Content.
.png)
Bug Fixes
- The issue with search option in version history is fixed.
- The issue in decimal values while using strip on HTML cards is fixed.
- The issue with sort option in spreadsheet is fixed.
- The issue with numeric format processing in the backend while moving larger values from spreadsheet to datalist is fixed.
- The issue in date block output format is fixed.
- The issue of init workflow getting duplicated in CRM is fixed.
- The issue with dashboard snippet feature’s CSS code is fixed.
- The issue of dashboard filter not working while managing any one filter is fixed.
- While creating a reusable workflow twice, the second workflow inheriting the mappings from the first workflow is fixed.
- While guardrailing, mapping missing in the case of file operation blocks is fixed.
- A backend change in safe mode preview of all widgets was done.
- While guardrailing, the SS search had a case sensitive issue and it is fixed.
- While guardrailing, if the selected form has a reflexive workflow it moves by default with the form.
- The issue with HTML card title getting hidden on overlay is fixed.
- The issue of minimum numeric value getting validated in a form is fixed.
- In dashboard elements, IN, ! IN operators not taking null values is fixed.
- The issue of chart title missing when created from the left menu and then added to the dashboard is fixed.
- A backend change of React and Redux Package update and datalist code cleanup is done.