On Monday, December 9, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2969 and DesignTime No-Code Revision 808 and RunTime Revision 1652. 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 11, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1652. 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 2966: Undo Checkout Fix
- Clicking cancel on the undo checkout all popup the logic undoes checkout on all objects. Updated the widget to use the UserDialog service.
- The Tenant Creation process has to be ended manually in some cases. Added in a logic check to verify that the process doesn't get stuck on records that aren't getting created.
- Datasources can now be added to forms. This includes mapping datasource actions to workflow actions and then datasource columns to form fields for references only.
- Updated the WebControls table to push consistency between installations.
DesignTime No-Code
Revision 803: Orchestration Run Fix
- Running an orchestration from the Orchestrations page causes an error. Fixed the error that was preventing the orchestration from running.
- Looking up the CacheId for a widget it fails for certain scenarios like having the same widget in a page multiple times. Implemented a fail-safe way to grab the CacheId and reduce the amount of scenarios where it fails.
- Updated the search element for the CacheId fix to be the View tag.
- Updated the column lookup for creating business process data objects using IBM JDE's.
- Added support for filtering on expression columns in datasources.
- The alias validation is incorrectly triggering when using column dropdown on a new or existing datasource column. Restricted the alias validation only when it's an expression column.
- The column list for JDE tables in the expression builder is empty. Reworked how the expression builder loads in the columns for JDE tables.
RunTime
Revision 1646: AssignActors Fix
- The AssignActors NC service is failing to properly send emails to only those who should receive them. Added in newer columns to the owners insert query that are needed to properly send the emails.
- The BP Request History widget size has been increased when opened from the BPWorkbench and the ManageBPRequest page.
- Completed business process requests are showing on the workbench regardless of if the "Show Completed" checkbox is checked. The completed business process requests only show when the checkbox is checked.