On Monday, November 18, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2956 and DesignTime No-Code Revision 784 and RunTime Revision 1628. 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, November 20, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1628. 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 2953: Usage Changes
- Removed the ability to set an object's usage via Google Docs.
- The Create User process allows leading whitespace which breaks using/editing the user after creation. Added a trim on the user id for the beginning of the user creation process.
- Implemented role security for Datasources.
- Updated the method output tree to now show for all methods regardless of the DesignMode.
DesignTime No-Code
Revision 775: Show Request Description Variable Box
- Unhide the "Request Description Variable" input when adding/editing a business process.
- Removed the Estimated Start column from the list.
- Update collection forms in the following ways:
The "Process Entity Id" selection when editing a collection form now displays as "Collection Entity".
Removed an old field for collection entities.
- Removed the Google Docs editor from the usage editor.
- Datasource links now show with one of the following types next to it: UI, Data, Action, and Filter.
- Made the following changes on the No-Code IDE:
Added the ability to search business processes and categories in the page designer.
Removed the output tab from Binary Decision.
Service outputs must be removed from all connected inputs before it can be deleted and will throw and error if it still has connected inputs.
- If you add a user filter, then the value type should match with what you have in hidden filter.
- Updated the IDE to prefer using the Central Objects table path over the Orchestration table path when creating data objects with JDE tables and columns.
- Added a list of all Business Process Categories that a Business Process belongs too on the top of the BP home page.
RunTime
Revision 1622: QR Code Loading Fix
- QR codes on applications with a custom URL are failing to load. Added a new route to handle the different source generated because of the custom URL.
- The EPUser object is running in the wrong context some of the time. Updated the code to use the current context.
- The CheckAccess service should be returning false by default. Updated the code to return false by default.
- The BP Request Id is not updating in all tables. Updated the update queries for the BPRequestId
- Updated the BPWorkbench to show all requests for unenforced role security business process and show only certain requests to users who have access to enforced role security business processes.
- When there are multiple datasources on a page it gives JS error the attached links do not work. Reworked the System page that loads the datasources on the page.