On Monday, December 2, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2965 and DesignTime No-Code Revision 801 and RunTime Revision 1645. 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 4, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1645. 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 2965 And No-Code Revision 797 And RunTime Revision 1639: Datasource Expressions
- Implemented the ability to add expressions to No-Code datasources via the Datasource Designer.
DesignTime No-Code
Revision 796: BP Form Page Change
- The usage and description now shows on the BP Form page.
- Updated the file path for the red and green plus icons used on the Features page.
- Deleting a User Group will cause the page's scrollbar to disappear. Reworked the page JS to keep the scrollbar.
- Business Process User Groups don't allow the IsAdmin checkbox to be unchecked. The checkbox is now able to be unchecked.
- The export button on the projects page now shows regardless of if a project is selected.
RunTime
Revision 1637: BP Request's Temporary Ids
- Users in a Business Processes admin group can now see requests with temporary ids.
- Updated the read-only CSS to look more like the disabled CSS.
- The default template is forming bad URL's for the application switcher icon. Updated the URL generation for the application switcher.
- Added logic back in to look at the archives table for completed business process requests.
- The IgnoreBlanks variable for hidden and user filters in a datasource is adding an extra _Empty in the parameters that causes an error on certain databases. Removed the extra _Empty parameter.
- Made the following changes for No-Code features in RunTime:
- No-Code page breadcrumbs now use the page title instead of the page name.
- All status processes now share the same input logic.
- Updated the request prefix from BPR to BPR- if not prefix is specified.
- No-Code pages loading the BPWorkbenchWidget now look at the updated table for the category.
- Groups that are widgets are currently not rendering in emails. Moved the rendering code to the web server.
- Helper widgets on forms are failing to open on click. Added in missing JS.