Weekly Upgrade Announcement 3/10/2025

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

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

Weekly Upgrade Announcement 3/10/2025

Post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday, March 10, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3017 and DesignTime No-Code Revision 869 and RunTime Revision 1760. 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 12, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1760. 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 3007 And No-Code Revision 863: New Empty Control Properties Cleanup
  • Removed the logic to create new properties if they have no property value.
Revision 3008 And No-Code Revision 864: UserId With Apostrophe Fix
  • Editing the user roles for users an apostrophe in the user id breaks the save. Updated the retrieval query to use parameters.
Revision 3009: Open Window Event Closeable Fix
  • The closeable checkbox for open window control events is failing to set the checked value on widget load. Updated the code to properly set the checked value so it does not get unintentionally unset on save.
Revision 3010: IDE BatchJob Status Check Service
  • Implemented an IDE BatchJob status check service.
Revision 3011 And No-Code Revision 865: Grid/List Wizard Update
  • Updated the grid/list wizard to utilize new best practices in creating the grid or list.
Revision 3012: Service Editor Context Menu Opening Fix
  • The context menu in the service editor is failing on open on right click. Added a check for an icon that was missing.
Revision 3013 And No-Code Revision 867 And RunTime Revision 1752: Form Control Updates
  • Added the ability to set radiobuttonlist and checkboxlist form controls to be rendered horizontally or vertically.
    Added a new form control called file to allow for uploading files to requests.
    Select controls can now be set to omit the default "Select..." dropdown value.
    Added a target property to hyperlink form controls.
Revision 3014: Where Clause Editor UI Fix
  • Switching between open services with the where clause editor selected causes the editor to not switch to the new service. Added a force click off of the where clause node itself.
Revision 3015 And No-Code Revision 868: Controller Type Default
  • If a controller type is not passed through on creation it will default to the web type.
Revision 3016 And RunTime Revision 1755: Collection New Line Fix
  • Collections with the "Disable Add" property are getting new lines on field action calls. Updated the code to prevent new lines if the "Disable Add" property is set.
Revision 3017: Controllers Reload Fix
  • Reloading controllers can duplicate them in the canvas and opening a controller causes the controller list to be forced to reload. Added checks to only refresh the controllers UI list when there is a change.

DesignTime No-Code
Revision 866: Service Editor Context Menu Opening Fix
  • The context menu in the service editor is failing on open on right click. Added a check for an icon that was missing.
Revision 869: Service Copy Connections Fix
  • Copying a service in the logic canvas copies the connections to the service. Services will now only copy themselves unless multiple are selected and then it will copy the connections between selected services only.

RunTime
Revision 1749: Row And Field Action Fixes
  • Row exits can currently run on disabled grids and actions can create new collection lines. Added logic to prevent exits from running on disabled grids and updated logic to only create new collection lines on text input of the last line.
Revision 1750: Workflow Request Debugging Info
  • Added more info to be recorded for workflow requests to help with issue debugging.
Revision 1751: Media Object Ignore SSL Option
  • Added an Ignore SSL option for downloading a media object in the ECC ServerManager.
Revision 1753: Workflow Request Creation From A Workflow Request
  • Implemented the ability to call a workflow request from a workflow request for both No-Code and Low-Code workflows.
Revision 1754: UpdateElement MultiThreading Fix
  • The update element service can have some unexpected issues when pages are being mulithreaded. Forced an object to be an array before looping on it.
Revision 1756: Disabled Hyperlink Clickability Fix
  • Hyperlinks on a BP form that are disabled should always be clickable. Added a check for the control type before rendering the enabled attribute and removed it from the hyperlink control.
Revision 1757: ECC Split Data Thread Safety
  • Added thread safety to ECC split data transfer.
Revision 1758: Mobile App MDM_Form.js Inclusion
  • MDM_Form.js is currently not included in the template for the mobile HTML. Added in MDM_Form.js to be included in the mobile template.
Revision 1759: Encrypted QueryString Logout Fix
  • Encrypted query strings on Classic pages are getting duplicated occasionally on user timeout. Updated how the logout forwards the page with the query strings.
Revision 1760: Template Inquire Keys Fix
  • Some inquire services in the template did not get switched over to using the WhereClause and are still set to the keys. Updated the WhereClause node for these inquire services to have the old keys.
word count: 901

Tags:
Locked