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.
- Editing the user roles for users an apostrophe in the user id breaks the save. Updated the retrieval query to use parameters.
- 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.
- Implemented an IDE BatchJob status check service.
- Updated the grid/list wizard to utilize new best practices in creating the grid or list.
- The context menu in the service editor is failing on open on right click. Added a check for an icon that was missing.
- 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.
- 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.
- If a controller type is not passed through on creation it will default to the web type.
- 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.
- 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.
- 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.
- Added more info to be recorded for workflow requests to help with issue debugging.
- Added an Ignore SSL option for downloading a media object in the ECC ServerManager.
- Implemented the ability to call a workflow request from a workflow request for both No-Code and Low-Code workflows.
- 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.
- 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.
- Added thread safety to ECC split data transfer.
- 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.
- Encrypted query strings on Classic pages are getting duplicated occasionally on user timeout. Updated how the logout forwards the page with the query strings.
- 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.