On Monday, November 25, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2964 and DesignTime No-Code Revision 795 and RunTime Revision 1636. 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 27, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1636. 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 2957: MVC Canvas ReadOnly Mode Cleanup
- Added widget properties and a page's usage to be viewable in readonly mode.
- The ECCWorkshop GetConnectionInfo service now returns JDEdwards AttachmentMode when the connection is requested.
- Updated 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.
- The CallOrchestration service on the No-Code IDE is failing when it's ran on non-MS databases. Trimmed one of the filters for the orchestration's inputs/outputs.
- The connections between services that get created automatically by the system is failing in some cases due to a missing primary key value. Added that record to all insert queries on the IDE code.
- The configurations and ECC client id's are failing to have the cache updated when the values change. Fixed the clear cache logic.
- When objects are checked out, then the usage stays in read-only mode. Updated the permissions check to properly verify if the user can edit the usage.
- Added a new service called GetCurrentUserInfo in the Security Workshop to return the logged in user's user id and authorization.
DesignTime No-Code
Revision 784: Business Process Categories On BP Home
- Added a list of all Business Process Categories that a Business Process belongs too on the top of the BP home page.
- The AuditData page in the IDE has updated the BusinessProcessId variables.
- Added a search for the grid instead of just a dropdown list.
- Copied over the "Values" link, "Download Values" button, and "Delete" button from the Low-Code IDE UDC page to the No-Code IDE UDC page.
- Updated the error page message.
- Updated the Roadmap in the following ways:
Added the revision number to the roadmap list.
Added a "Notify Me" button to enter your email and receive an email when the feature has been completed.
Updated the request form to use the CKEditor.
- Made the following changes to the roadmap
My requests now show even they are not published or have public view set.
Add text to the red notification symbol saying, "Add email(s) to be notified if this feature is completed."
When creating a feature request the name is now limited to 50 characters.
- The external description now shows under "My Description" on the form page for My Requests.
- Connecting a status to itself throws an error and fails to allow breakpoints. Added promises to mouse actions.
RunTime
Revision 1627: Business Process Request Visibility Update
- 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.
- Datasources are sometimes formatting by decimals when the filter is not a number and some UDC table columns have special padding that are breaking filters. Resolved the decimal formatting case and fixed the padding filter issue where it's relevant.
- The configurations and ECC client id's are failing to have the cache updated when the values change. Fixed the clear cache logic.
- _ViewParameters are failing to get passed to Low-Code widgets set to groups in BusinessProcess forms. Added a check for widget groups and decoded the input so the parameters can get added.
- Readded breadcrumb support for business processes.
- Custom URL's are not caching their context correctly leading to issues with login. Updated the code to cache the proper context.