Weekly Upgrade Announcement 2/26/2024
Posted: March 1st, 2024, 3:23 pm
Platform Upgrade Schedule
On Monday, March 4, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2762 and DesignTime No-Code Revision 395 and RunTime Revision 1366. 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 6, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1366. 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 2757: Default Button On The UDC Page
No-Code
Revision 386 And RunTime Revision 1361: Dynamic Disabled And Hidden Properties
RunTime
Revision 1359: Get Format Service Output Addition
On Monday, March 4, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2762 and DesignTime No-Code Revision 395 and RunTime Revision 1366. 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 6, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1366. 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 2757: Default Button On The UDC Page
- Removed the "Download All" button from being the default button on the UDC page.
- The definition for the Return Field Map entity is incorrect. Removed an unused property from the entity.
- The definition of the SendBPEmailTemplate service is incorrect causing it to fail to load new services. Updated the service definition.
- The Methods and TemplatesWebpagesWidgets list pages have been updated to show a "...read more" text when the usage of the object has more than 200 characters. Resolved a bug where opening an object from these pages would open in the existing tab instead of a new tab.
- Added the Usage column to the Interfaces table.
- Implemented two new statuses called CreateBPRequest and Batch. The CreateBPRequest status can be dropped anywhere which allows logic to run before it runs and the batch status is a logic status that is ran by the system.
No-Code
Revision 386 And RunTime Revision 1361: Dynamic Disabled And Hidden Properties
- Implemented the disabled and hidden properties to allow dynamic values using entity input and output. Fixed issue with form data sending navigation properties and preselect values on dropdowns.
- Updated the Library's next numbers and implemented a better error message when the copy runs into an issue.
- The input and output icons on the service have been moved inside the service itself.
- Implemented a new object called Interfaces with pages to manage them on the No-Code IDE.
- Switching methods in the implementation widget fails to update the method's input displayed on the page. The method input on the opened widget now updates when methods are switched.
- The Advanced Logs and Business Process Logs links in the header and main page are not opening in a new tab. The application switcher in the header does not navigate to the correct URLs. Added the HTML to open the links in new tabs. Updated the URLs generated for the application switcher in the header.
- The "read more"/"read less" feature is removing the HTML from the Usage text. Updated the column to always display the usage as pure HTML.
- Added the name, description, and input/output trees to the widget.
- Forms properties with multi level navigation are not creating the correct XSLT path. Updated the values for the XSLT path created by form properties.
RunTime
Revision 1359: Get Format Service Output Addition
- Added two new outputs called JSFormat and EPFormat.
- Enabled ECC logging on the web server and added tokens to each log.
- Statically set preselect values on dropdown controls are not preselecting on the page. Updated the check to determine what to preselect.
- When there is only a single value selected for form arrays the control is adding the "and more" text on display. Modified how the control loads to always show the correct text.
- Updated the + button for collections to look more like a button. Deleting collection rows now reindex themselves and when collection have no records it automatically adds a 0 record
- Using Ctrl + mouse wheel allows users to zoom in and out of the canvas. Using the right mouse button + dragging allow users to pan the document.