On Monday, February 19, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low Code Revision 2751 and DesignTime No Code Revision 380 and RunTime Revision 1353. 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, February 21, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1353. 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 2740: Copy Object Change
- Copying a view now prefills the name textbox with the view's name.
- Added a new no code service to run orchestrations. This shows all available parameters and allows users to expose or hardcode the parameters.
- Implemented the Usage editor for MVC Views.
- New menu items can take a URL outside of EASYProcess and be added to menu's. This is currently just for the IDE use and will be added to the RunTime at a later date.
- The usage and description of a view now displays on the Webpages / Widgets / Templates IDE page.
- The BP_Forms input and output are missing from the business process entity definition. The missing input and output have been added into the business process entity definition.
- Added the logic to copy from the Public Library to company/app libraries.
- Modified the default home page for system applications to be the home page
- Updated the query that grabs user applications to prevent it from grabbing the system's library application.
- Added a No-Code IDE link in the Applications section on the Low-Code IDE
- Service output names are failing to save and long enough ones distort the UI. Long output values can be too big for the column. The table column's length has been updated and the UI and code for service output names have been redone.
- Moved the Low-Code link to the No-Code IDE to be under the "Copy App Url" link in the menu.
Revision 344: Orchestration Page Fix
- Running an orchestration will reset the selected orchestration to 'ServiceRequest2' The controller for running orchestrations no longer reset the selected orchestration.
- Forms now allow for multiple navigation paths in relation to entities.
- MVC widgets can now be selected in place of forms in the Create Request and Form statuses.
- Added an info page for widgets to display extra information.
- The System Functions section has been renamed to System Methods and Application Functions has been renamed to Application Methods and all methods can be found below as one searchable list with access to the new method info pages.
- Updated the default value of the number of columns for new groups and subgroups to 2.
- The checkboxes in the visibility and validation widget are squished together. The checkboxes now have appriopriate spacing between each other.
- Modified the download icon to the normal excel icon, added a tooltip saying "Download to CSV", and fixed a few column names in the download CSV.
- The services input window text in the left panel is now right aligned.
- Opening the business process logs from the business process home page now opens the logs in a new tab.
- Assigning a field event status to a field/event in the form designer does not work. The form designer now allows assigning the field event status.
- Changes on the visibility and validation widget are failing to save. Fixed saving values on the visibility and validation widget.
- Form services are not loading on the process canvas. Fixed a query that loads the forms on the process canavs.
- Implemented a new page in the IDE called Library where users can look at a database of objects saved under the company or public libraries.
- The library page has been added to the Help menu section.
- Removed the index and modified how the array name shows.
- On the logic canvas the "Functions" tab has been renamed to "Tools & Methods", the "Tools" category has been renamed to "Canvas Tools', and the info icon for methods.has been changed.
- Deleting an input from the service inputs is duplicating the other inputs. Fixed how the value is passed through in the logic.
- A service's output can be missing part of the path for values. Reworked the code to generate and set the path for the value.
- Public Library now has method info and widget info widget and an add to canvas button.
- Resolved an issue with the new copy from library feature.
- On the visibility and validation widget the MVC widget dropdown has been modified to only show widgets with the FormNC property = true, parameter and event selections on the page are required, and the "Property" section has been renamed to "Form Fields".
- Date fields downloaded from JDE now default to a length of 50.
- The Business Process usage is failing to load. Fixed the widget loading.
- The orchestration services are now in a list instead of a grid and have the description on each service.
- Added the following to the library page:
- Switching libraries changes the background color.
- The type list now has webpage filter.
- Home Library has changed to Object Library
- The title of connections now update when the input is renamed.
- Added bolded text on the Group/Subgroup creation widget.
- Added a Low-Code IDE link in the System section on the No Code IDE.
- Modified the library page tab title.
- Renamed Functions to Methods and cleaned up the UI.
- The JDE Column Lookup widget is not properly returning the columns to add to the entity. Reworked the JavaScript on the page itself.
- Added info icons to the email template body, business process request description, and the action completion messages to explain how to use values of entity properties in their text.
- The library copying functionality now copies to all environments.
Revision 1349: Rendering Fixes
- Widgets are not rendering and the EntityInputOutput services are not running. Reworked the code for the above items in relation to multiple navigation layers.
- Modified the code that utilizes the Business Process name to allow for spaces in the name without breaking other parts of the code.
- Form UDC values now are included in the UDC cache.
- Status actions were being adding for a form from all statuses. Only status actions from the current status will be added.
- The completion message is showing even when it is set to not show. Modified the code that handles showing the completion message.