What's new in Volt MX Go v2.1.1
Release date - April 28, 2025
New features
Design Import
- A new search feature has been added to the Forms, Views, and Agents tabs on the Scope and Forms page of the Design Import Wizard. It enables users to quickly find forms, fields, actions, views, and agents, with results updating automatically as they type. It also displays the number of search results for better user experience, particularly for applications that contain many forms, fields, actions, views, and agents.
Domino Adapter
-
The maximum number of documents in the view of a generated data model in an Object Service can now be exposed via the
x_0040totalCount
meta field. For more information, see Meta Fields. -
The original Domino object model names, even those containing special characters, can now be exposed from the Metadata attribute of the
x_0040unid
field of a form or a view of a generated data model in an Object Service. - Checks the Domino REST API version when generating an Object Service data model to ensure that the version of Domino REST API is compatible with and supports the latest features of the Domino Adapter. Users are advised to upgrade Domino REST API to the compatible version when the check fails.
Improvements
- To ensure proper operation, the installed versions of Volt Foundry and Volt Iris are now checked for compatibility when installing the Volt MX Go plugins. If incompatible, the plugin installation stops, and users are informed of their current and required minimum Volt Foundry and Volt Iris versions.
Design Import
- Added the following operations to the Design Import integration service:
runFormula
for executing a formula and returning the results.getScope
for retrieving the configuration for a scope mapped to a database schema.bulkGetDocumentByUnid
for retrieving documents in a single call by UNID.
Domino Adapter
- Users can now see the updated documents in the Response after performing a BULK UPDATE, as their UNIDs are mapped to the
x_0040unid
field in Volt Foundry, even with the Return Documents from Bulk Update parameter set to false. - Domino icons indicating links to Domino attachments are now supported and viewable on the built and published Domino application.
- The columns in the generated Grid form are now displayed similarly to the column arrangement in Domino, resulting in a better user experience.
- Added
x_0040warnings
meta-field for form-based data models. Thex_0040warnings
meta-field contains notifications, messages, or other relevant information that indicates potential issues that might need attention, providing users with a way to track and manage those issues. For more information, see Meta fields.
VoltFormula
Volt Iris
- Obtain smarter results from the Rosetta Converter when generating return statements from a formula.
- Fixed the icon and the title for the Add Formula action button in the Action Editor.
Rosetta API
- Added support for using Domino View and Form names with special characters.
- Implemented Rosetta API for Volt Formula function
getViewEntriesCount
. - Added implementation details related to MailSend() and Compose().
- Updated the Rosetta API reference documentation.
Rosetta Converter
- Defined conversion mechanism for
@Return
Notes formula statement.
Others
- Added details of what users must be aware of and what related actions to take when using Volt MX Go. For more information, see Additional considerations.