On Tuesday, May 28, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2804 and DesignTime No-Code Revision 538 and RunTime Revision 1441. 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 Thursday, May 30, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1441. 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 2804 And No-Code Revision 538 And RunTime Revision 1441: Form Grid Override
- Static values can now be passed into a grid and override the value.
DesignTime No-Code
Revision 532: Grid Deletion Fix
- Grid column deletion is failing. The delete button code has been reworked.
- Columns descriptions are now displaying for Grids.
- The GridId textbox does not showing when HelperWidget is set. Added the HelperWidget value to the logic to show the GridId textbox.
- JDEdwards Data Dictionary now does the decimal and date conversion automatically.
- Copying an object from the company library to the application library is throwing an error in the page logic. The error in the page logic has been corrected.
- Deleting an entity from a business process throws exception. Corrected the logic for the deletion button.
RunTime
Revision 1434: Grids In Menu
- Revision Description
Added the No-Code grids to be able to load on the menu.
- Passing in the ampersand character in the URL parameters is causing issues. Added in checks to properly parse the value in the URL.
- The Data Dictionary is failing to download on demand. Fixed the service that converts the downloaded data.
- When a request enters the Complete Status of a No-Code workflow it is failing to send the attached email. Corrected the build data for the Business Process.
- Statuses in multi-tasks are failing to forward users to the landing page. Updated the code to accommodate statuses inside of multi-tasks.
- Notifications inside of multitask statuses are failing to display. Fixed the task name being inaccurate inside multitask statuses causing the bug.
- Using the "UseMultiThreading" and "NumberOfThreads" causes some issues with the page loading. Resolved the issues and adding some more loading optimizations.