On Monday, October 14, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2921 and DesignTime No-Code Revision 745 and RunTime Revision 1589. 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, October 16, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1589. 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 2916: Controller Input Window Loading Fix
- The controller input window is failing to load the controller parameters. Moved the parameter XML to be loaded earlier in the API call.
- The BatchJob canvas logs are default the object type to "EP_BatchJob" instead of "BatchJob". Added a line to update the selected object type.
- The recently added check to change the log filter object type of 'EP_BatchJob' to 'BatchJob' has a typo in the check. Added in the missing '=' to prevent all object types being updated to 'BatchJob'.
- The Page Designer and Business Process's View Forms now requires registering a datasources before using it in its canvas. This allows the ability to create an independent list of columns from that grid datasource and allows passing in filters to the grid and info widget datasources.
- Added in the entity definitions for registered datasources.
- Added in a default SqlDataType case to consolidate and added in the Xml data type.
DesignTime No-Code
Revision 739: Datasource Table Join Default
- Adding a table join on a Datasource now defaults to be an INNER JOIN and adds an error message saying join columns are required.
- The object ids are not always getting set correctly when using the "Open" gear icon in the logs Updated the logic that sets up the ids.
- The connection range for service I/O connections is different in the gray section versus the white section. The white section connection range has been increased to match.
- Replaced the Estimated Finish column in the roadmap with an Estimated Start column.
- Opening the page designer for the first time throws an error Moved a reference up to prevent a dependency error.
Revision 1580: BPWorkbench Status Filter Update
- Updated the BPWorkbench status filter to show only form statuses.
- Added threading to improve datasource logic handling speed.
- Added logic to display datasource errors and fixed an issue with the ignore case logic for DB2 and Oracle connection types.
- The grid column value type for datasources is failing to pass values through. Added the value type to be passed in.
- Datasources are failing to convert JDEDate parameters. Fixed a hardcoded value in the date conversion logic.
- New collection rows in business process forms are failing to add in the field's default value. Fixed a check from blocking the default value for new collection rows.
- In the ManageBPRequest template page there are references to the old BPId column. The BPRequestHistory page is trying to open the BPRequestHistoryWidget instead of System_BPRequestHistoryWidget. Fixed the old references and updated the widget pointer.
- Links in info widgets to other datasources are failing to link to the other datasource and datasources columns will eventually run off the page. Fixed how the info widget links generate and added a horizontal scrollbar.
- Disabled the Ignore Case logic in datasources since it isn't implemented in the NoCode IDE and is causing some issues.