On Monday, December 23, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2974 and DesignTime No-Code Revision 817 and RunTime Revision 1670. 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, December 25, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1670. 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 2974 And No-Code Revision 815 And RunTime Revision 1664 And ECC Revision 173: Table Name Sorting
- Swapped the GetTableNames queries to sort the list by ascending order.
DesignTime No-Code
Revision 816: AuditSearch Loading Fix
- The AuditSearch page is generating an error on the load. Resolved the error in the page's
model.
- The Style form field property is failing to save and shows the value as blank when the "Manage Field Properties" is reopened. Both when saving from the popup designer and when saving the field properties. Updated the "Save" controller logic for both widget to send back the value and save it as expected.
RunTime
Revision 1661: Log Disabling
- Implemented the ability to disable logs for an entire tenant. Note: This is not accessible via the IDE.
- Datasource ids are no longer being trimmed which is causing data to not be passed in correctly. Readded the trimming for datasource ids.
- Removed the collation for DB2 datasource queries that was for the "Ignore Case" option. Also fixed an issue with displaying the first 20 non-hidden columns when there are more than 20 columns set.
- The BPWorkbench is failing to page. Updated the controller to call the SubMethod and pass in the required inputs.
- The callback of an opened widget via an event on the widget is failing to properly pass in fields when the controller is called. Updated the JavaScript generated for these control events.
- Updated the RealodFormField and UpdateFormField services to update all properties even if one fails.
- Updated the ManageBPRequest page and associated widgets and methods to remove any reference to the BusinessProcessId column.
- The form action lookup query is currently trying to use an invalid column. Updated the column to the correct named column.
- Added more alarm logging to catch some niche case issues.