Weekly Upgrade Announcement 3/17/2025
Posted: March 14th, 2025, 2:47 pm
Platform Upgrade Schedule
On Monday, March 17, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3019 and DesignTime No-Code Revision 876 and RunTime Revision 1767. 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, March 19, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1767. 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 3018: Widget Controllers Callback Icon Fix
DesignTime No-Code
Revision 870: Canvas Improvements
RunTime
Revision 1761: Multithread Page Rendering Html Docs
On Monday, March 17, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3019 and DesignTime No-Code Revision 876 and RunTime Revision 1767. 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, March 19, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1767. 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 3018: Widget Controllers Callback Icon Fix
- If a table control needs a control event callback icon then it gets added to the bottom of the table. Moved it to the top to match other controls.
- Changed the Process Entity Id field for collection groups in a form to be called Collection Entity and removed the unnecessary NavigationId field.
DesignTime No-Code
Revision 870: Canvas Improvements
- Made the following changes to the Workflow Canvas:
The form icon on the "Form" statuses now display as greyed out when a form has not been set.
Updated the form icon on "Completed" statuses to match the icon on "Form" statuses.
Added right click context options for the statuses.
Made the following changes to the Logic Canvas:
Connections to the "Start" service and connections from the "Completed" service are no longer allowed.
Implemented the "Switch" service in No-Code.
- Implemented the ability in RunTime to handle loading and display menu items that are full navigation URLs instead of just internal pages.
- Creating a new Form, Entity, Email Template, or User Group will now just refresh the section it's in instead of the whole page.
- The dropdown PSEN's on the Logic Canvas are currently not showing and are just displaying as static input values. Updated the TypeScript to properly load dropdowns for single layer static non-array PSEN's.
- Events triggered by widgets opened via the "OpenWindow" service are not passed to the parent even if the widget is set up as a registered widget. Updated the JavaScript code to load events that are set up as a registered widget.
- Helper grid return values are not appearing when setting up a form property. Switched the ProcessId for the field to the FormId for return values
RunTime
Revision 1761: Multithread Page Rendering Html Docs
- MVC page rendering that utilizes multithreading now renders each change with its own HTML doc on update element.
- Removed UDC caching on form's model creation to reduce page loading time.
- Events triggered by widgets opened via the "OpenWindow" service are not passed to the parent even if the widget is set up as a registered widget. Updated the JavaScript code to load events that are set up as a registered widget.
- Form collection rows now have alternating row styling to better clarify the rows.
- There is an extra "/" character being added between the base URL and the codes URL. The extra "/" character has been removed from the code.
- Datasources with an external static filter are failing to pass that filter through when paging occurs. Added the filter to be passed through.