Weekly Upgrade Announcement 4/14/2025

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 599
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 4/14/2025

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
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.
Revision 3036: System Only Service
  • Implemented a new service for system use only.
Revision 3037: System Only Service Update
  • 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.
Revision 899: Override Level Save Fix
  • The override level for properties is failing to be saved when changed. Updated how the value is grabbed and saved.
Revision 900: ReloadFormFields From Collection Field Action Fix
  • 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.
Revision 902: _Form Service Field Loading Fix
  • 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.
Revision 1803: Auto Validation Server Fix
  • Auto validation is currently running on the wrong server. Updated how EASYProcess determines where the auto validation runs.
Revision 1804: DB2 Datasource Case Sensitivity Fix
  • Datasources on DB2 databases are erroring with case sensitivity on Updated the query to use REPLACE instead of REGEX_REPLACE.
Revision 1805: Collection Row Disabled Event Listeners Fix
  • 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.
Revision 1806: ReloadFormFields From Collection Field Action Fix
  • 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.
Revision 1808: Row Number Update Fix
  • The query to update the row number is erroring. Added in the proper query syntax.
Revision 1809: ReloadFormFields PropertyName Required Fix
  • 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.
Revision 1810: Form Grid Improvements
  • 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.
Revision 1812: Form Collection Updating Fix
  • 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.
Revision 1813: ReloadFormFields And Collection Row Fixes
  • 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.
word count: 750

Tags:
Locked