- Release Notes
September 2024
-
You can now manage the display of Tab controls using VB expressions. Disable or hide Tab controls, or set conditions under which they display, by using the following VB expression control properties: Tab Name, Disabled and Hidden.
-
We have added a new File Uploader app template to the starting app creation flow. The template can be used with the File Uploader control. For a complete list of app layout templates, refer to Sample App Layouts.
-
You can now customize page titles in the designer panel using the new Page title field. Each page in an app can now have its own unique title.
-
Error messages now appear when app users move away from required fields.
-
Table controls now support data sorting using the Query Builder.
-
Upload File to Storage Bucket rules now use image URLs with the following syntax:
new AppsFile("https://imageURL.png")
. -
Upload File to Storage Bucket rules now use base-64 image data, with the following syntax:
new AppsFile("data:image/png;base64,iVBO...")
We fixed the following issues:
-
Value change rules executed twice on controls that use data tables as a List Source property.
-
Set Value rules failed to execute on data table cells.
-
Apps events failed to execute after a button was pressed.
-
In VB expression apps, controls would not display the appropriate error message when an expression caused an invalid cast.
-
In legacy apps which use entities, an error would appear when you interacted with a radio button control.
-
The selected item type was incorrect when using the Lookup panel to bind a process data table as its source.
-
Preview and publish of VB apps were not working for some customers.
-
Uploads and downloads of images or documents failed in proxy environments for all apps.
-
Edit Grid failed to update when a related entity used a number column as a reference field.
-
Events in apps failed to execute in certain conditions that involved nested items.
-
Process Out arguments failed to update values when the new value was null.
-
Apps couldn’t retrieve files from Amazon S3 buckets, and displayed the SignatureDoesNotMatch error.
-
VB-noncompliant file names are now disallowed.
-
For multi-pages apps, the tooltip property of any of those pages was not being evaluated, causing page load events to not execute.
-
Resetting or removing the value from a Textbox (Number) control returned zero instead of a null value.
- Previewing an app with a complex control that referenced a Data Service entity failed when all the following conditions were
met:
-
Entity variables were used to query the entity.
-
The variables belonged to a different entity from the one the query was based on.
-
Updating the queried entity assigned the wrong data type for the complex control.
-
In legacy apps which use entities, an error would appear when you interacted with a radio button control.
-
You can now manage the display of Tab controls using VB expressions. Disable or hide Tab controls, or set conditions under which they display, by using the following VB expression control properties: Tab Name, Disabled and Hidden.
-
We have added a new File Uploader app template to the starting app creation flow. The template can be used with the File Uploader control. For a complete list of app layout templates, refer to Sample App Layouts.