Weekly Upgrade Announcement 3/18/2024
Posted: March 22nd, 2024, 5:11 pm
Platform Upgrade Schedule
On Monday, March 25, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low Code Revision 2772 and DesignTime No Code Revision 417 and RunTime Revision 1384. 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, March 27, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1384. 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 2767 And No-Code Revision 405: Tab Menu Improvements
Revision 407: Entity Multi Add JDE Fields
Revision 1380: Form Button Fix
On Monday, March 25, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low Code Revision 2772 and DesignTime No Code Revision 417 and RunTime Revision 1384. 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, March 27, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1384. 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 2767 And No-Code Revision 405: Tab Menu Improvements
- Created a chrome browser extension that integrates with EASYProcess to manage all of a user's EASYProcess IDE tabs.
- Added a new node to the GetSAMLRedirectURL and SendSAMLLoginRequest services called AddForceAuthn. When this value is false it will not add the ForceAuthn node value to the request.
- Implemented form property styling via a new control property with a right icon to open up the style editor. This allows users to set the CSS for individual fields on a form.
- Implemented a new service named CallInterface that allows will call the selected Interface. In the Logic Canvas there is a new section in the left-hand menu that list all interfaces in the application that can be utilized.
- Implemented the ability to add Business Processes to the header menu and the ability to search and sort on the BPWorkbench page.
- Cleaned up the promotion/entity structure of entity and entity relation objects in the No-Code IDE.
Revision 407: Entity Multi Add JDE Fields
- JDE fields can now be added via the column multi add for entity properties.
- When adding or editing an entity spaces are allowed in the Entity Name and Table Name fields, but this will break the entity. Added a red warning text to alert the user that whitespaces aren't allowed and preventing save if there is a whitespace.
- The "Save" and "Close" buttons on the Add/Edit Business Process widget have been swapped and the email field now defaults to "Default".
- Adding columns from the JDE Column Lookup widget is not refreshing the Data Designer column list. Switched the SetTerminateActions service to reload the parent webpage to load the updated list.
- In orchestration services where the output is scrollable, checking/unchecking the last item will scroll the window to the top and break the UI. In services with an array output that has no children opening the service's input editor breaks the canvas. Reworked the output tab's css and forced the canvas to just throw an exception.
- Implemented the company library info widget on the Object Library page along with showing a comma separated list of the objects type and fixed the copy icon tooltip.
- Adding a single entity properly now prevents duplicate column names.
- Cleaned up several aspects of the project management feature.
Revision 1380: Form Button Fix
- Form buttons are not running when clicked due to the new control styling for No-Code forms. Corrected the pathing for the styled elements.
- The business process request status description is showing the wrong description when the property is blank. Switched the status description default value to display the description of all form properties.
- Added extra information to email subject lines for No-Code emails sent out when a request moves to a status.