Page 1 of 1

Weekly Upgrade Announcement 3/3/2025

Posted: February 28th, 2025, 4:14 pm
by JustinVanRegenmorter
Weekly Upgrade Announcement 2/22/2025
Platform Upgrade Schedule
On Monday, March 3, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3006 and DesignTime No-Code Revision 862 and RunTime Revision 1748. 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 5, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1748. 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 3002 And No-Code Revision 859 And RunTime Revision 1739: Form List/Grid Improvements
  • Business process form lists and grids have been updated to behave in a more user-friendly manner. Events on the row will no longer fire until the row has been moved off of while events on the group itself will still fire as it had previously. Fields on rows that aren't selected will show as if they are disabled to indicate which row the user is on and when the user enters the bottom row it will create an inactive row below it that won't save unless data is entered into it.
Revision 3003: Control Event Error Handling
  • Added some event handling to delete the control event properties if the control event fails to create.
Revision 3004: Large Logs Fix
  • Logs with html greater than 2^16 - 1 characters will break in the LogsViewer when trying to wrap the text. Added a check for logs greater than that size and remove the autowrapping.
Revision 3005: IDE Batch Job Services
  • Added and updated records and code for some IDE BatchJob services.
Revision 3006 And No-Code Revision 862 And RunTime Revision 1747: Connection In/Out Column Names Update
  • Updated the column names for the index and canvas objects columns in connection in/out tables.

DesignTime No-Code
Revision 860: No-Code Method Output Refresh
  • Added a refresh button for service array inputs when loading it from a No-Code method array.
Revision 861: Form Designer Adding Subgroup Fix
  • When a group directly contains controls, attempting to add a subgroup causes those controls to disappear. Removed the option to add a subgroup to a group containing controls.
RunTime
Revision 1740: UpdateFormFields With Field Action Fix
  • If a form has been updated via an UpdateFormFields service and then a field action runs on the form it will clear out the changes done via the UpdateFormFields service. Updated the code to preserve the changes done by the UpdateFormFields service.
Revision 1741: Row Action On Tab Fix
  • Actions on row exits are not being triggered when using the tab key instead of clicking. Updated the JavaScript to always trigger the action on row exit.
Revision 1742: Form Validation Ignore New Collection Rows Fix
  • Form validation is currently failing to ignore the new collection rows that have no user entered data. Updated the validation check to ignore these rows.
Revision 1743: PCIOO Table Fixes
  • The ProcessConnectionInput/OutputObject tables used in No-Code IDE's is currently missing for some applications. Reran the DBChange along with the additional column changes that have been made.
Revision 1744: Form List Validation Fixes
  • Adding new row causes required controls to show up in wrong location and the current focused field is losing focus when a row exit action returns. Updated how new rows appear and added code to refocus the current element.
Revision 1745: Row Exit Action Ordering Fix
  • Row exits can occasionally run in differing order causing issues with what gets updated. Modified the ordering logic for row exit actions.
Revision 1746: Update Element Performance Update
  • Switched to using an HTMLDocument class instead of XMLDocument class with the UpdateElement service and changed the document transformation to happen once instead of for each individual id.
Revision 1748: Datasource Changes
  • Icons on datasources now display on mobile devices. The individual filter resets have been removed and hitting reset no longer reloads the list.