On Monday, April 7, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3034 and DesignTime No-Code Revision 897 and RunTime Revision 1801. Platform1, Platform2, and Platform4 will begin their upgrade at 10:00AM CST with an expected completion time of 10:30AM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.
On Wednesday, April 9, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1801. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.
DesignTime Low-Code
Revision 3031 And RunTime Revision 1787: No-Code Form Textbox Properties
- Added the EnableValueDescription and ValueDescription properties to No-Code form textboxes.
- Added StateData to the Breadcrumbs table.
- Implemented an expiration flag on the UserSession table.
- Implemented auto validation and field invalidation.
DesignTime No-Code
Revision 893: Form Designer Action Cleanup
- The form designer is missing the row action icons on collection groups and subgroups. Reworked the logic to load the row action icon for groups and subgroups.
- Renaming service outputs now will auto update the outputs connections to an input to use the new name. Deleting a service with connected outputs or removing the output with connections is now prevented until all the output/service no longer has connections.
- The ASP.NET cookie is not getting cleared on timeout/logout of the No-Code IDE. This is causing users to be constantly logged out if a canvas is loaded. Updated the path used to generate the proper cookie name.
RunTime
Revision 1788: Build Performance Update Fixes
- Certain control properties are causing rendering errors due to the build performance update. Updated the loop and attribute rendering.
- Preselect in the legacy render mode are throwing errors on render. Updated the rendering logic to properly parse the translation logic.
- Translations for views are currently getting saved to the English row causing blank pages. Updated the rendering context for translations.
- When adding a new collection row on a form groups and subgroups outside the collection row will get duplicate events added. Updated the JavaScript to only run on elements related to the newly created row.
- Uploaded the Process.svg to the System widgets.
- Loops in system widgets are currently using the wrong context. Updated the context to use the current context instead of the system library context.
- Targeting the HtmlContent control directly with the UpdateElement service causes the HtmlContent to become empty. Added a check for the HtmlContent HTML element.
- The MVC build can error and take down the server. Added code to catch the exceptions and display them on the page.
- Updated auto validation aliases for ISeries databases.
- Re-enabled case sensitivity for DB2 IBM No-Code datasources.
- Empty notifications used to update the number of notifications on iOS will no longer display on Android devices.
- Added form building exception catching and writing to logs.