On Monday, April 14, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3037 and DesignTime No-Code Revision 902 and RunTime Revision 1813. 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 16, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1813. 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 3035 And No-Code Revision 901 And RunTime Revision 1807: UpdateAllRows in ReloadUpdateFormFields
- Implemented a new node, UpdateAllRows, in the Reload/UpdateFormFields services in order to update all gridparameters in a collection row field if desired.
- Implemented a new service for system use only.
- Updated the new system only service.
DesignTime No-Code
Revision 898: UDC Table Code Form Field Loading Fix
- The UDC table code form field property dropdown is not being populated. Update the system code parameter to get properly passed in.
- The override level for properties is failing to be saved when changed. Updated how the value is grabbed and saved.
- Using the ReloadFormFields service in a field action on a collection row is not updating fields outside the array. Updated the logic to properly grab nodes in this scenario when updating.
- The form service is loading duplicate fields on canvas load. Updated the query to only load what it needs.
RunTime
Revision 1802: Webserver Communication Update
- Updated service communication with the webserver when running from secondary app server.
- Auto validation is currently running on the wrong server. Updated how EASYProcess determines where the auto validation runs.
- Datasources on DB2 databases are erroring with case sensitivity on Updated the query to use REPLACE instead of REGEX_REPLACE.
- Collections that are disabled and then enabled are missing the event that adds new collection rows. Readded the event listeners needed for adding a collection row after groups/subgroups are updated.
- Using the ReloadFormFields service in a field action on a collection row is not updating fields outside the array. Updated the logic to properly grab nodes in this scenario when updating.
- The query to update the row number is erroring. Added in the proper query syntax.
- The PropertyName field in the ReloadFormFields service should not be required and throw an error if blank. Updated the service check before throwing a "Property Name is required" error.
- Made the following changes to form collections:
- When in a collection row, hitting the "Enter" key now triggers the row exits and takes the cursor to the next line.
- When in a collection row, clicking a form action will trigger the row exit, then submit the form.
- Default values are no longer recognized as user entered values.
Revision 1811: Collection Grid Fixes
- Row actions done on form submit should trigger for the current row and not just the first row. Updated how the current row is grabbed on form submit.
- Updating all rows is causing row = -1 to lose some fields and updating a collection group from disabled to enabled is breaking when row actions try to run. Fixed the generation for UpdateAllRows and consolidated the event action generation needed for collections.
- The ReloadFormFields is currently running datasources when updating the grid parameters if it is for a helper. Collection rows with rownumber equal to -1 are currently in the _Entity data. Collection rows that are not active rows should not be in _Form data. Added logic to prevent the running of unnecessary datasources on the ReloadFormFields service. Removed rows from the _Entity data and _Form data that should not be there.