Page 1 of 1

Weekly Upgrade Announcement 3/17/2025

Posted: March 14th, 2025, 2:47 pm
by JustinVanRegenmorter
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
  • 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.
Revision 3019 And No-Code Revision 873: Collection Group Update
  • 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.
Revision 871 And RunTime Revision 1762: Menu Update
  • Implemented the ability in RunTime to handle loading and display menu items that are full navigation URLs instead of just internal pages.
Revision 872: Business Process Home New Object Cleanup
  • Creating a new Form, Entity, Email Template, or User Group will now just refresh the section it's in instead of the whole page.
Revision 874: Logic Canvas Dropdown Selection Fix
  • 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.
Revision 875: Inline Window Widget Event Fix
  • 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.
Revision 876: Return Values Fix
  • 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.
Revision 1763: UDCs Caching On Form Model Creation
  • Removed UDC caching on form's model creation to reduce page loading time.
Revision 1764: Inline Window Widget Event Fix
  • 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.
Revision 1765: Form Collection Alternate Row Styling
  • Form collection rows now have alternating row styling to better clarify the rows.
Revision 1766: Media Object Download Fix
  • There is an extra "/" character being added between the base URL and the codes URL. The extra "/" character has been removed from the code.
Revision 1767: Datasource Paging Fix
  • Datasources with an external static filter are failing to pass that filter through when paging occurs. Added the filter to be passed through.

Re: Weekly Upgrade Announcement 3/17/2025

Posted: March 18th, 2025, 8:47 am
by JustinVanRegenmorter
RunTime revisions 1768 and 1769 have been applied to all Platform's DV and QA to fix a bug with classic application's menu rendering. This will be applied with PD during the regular upgrade time.