On Monday, August 19, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2871 and DesignTime No-Code Revision 683 and RunTime Revision 1530. 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, August 21, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1530. 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 2863 And No-Code Revision 674 And RunTime Revision 1525: CreateServiceNodeFromScript Same Name Fix
- Using the CreateServiceNodeFromScript service to reference another service with the same name fails to properly reference the service. Fixed the referencing issue for the service.
- Deleting a controller is throwing an error due to an incorrect entity definition. Updated the entity definition to contain the correct column.
- Querying a JDE table and setting a custom name for a column fails to show the custom name in the inquire service's projected output. Updated the code to accurately show the projected output for the service.
- Updated the text drop modes for the Value, Operator, and Column nodes in the Where Clause.
- Updated the Low-Code library to use new widget flags.
- Added a new system configuration called EPDocs.
- Moved the No-Code widget properties to be stored in the view table.
- Updated the EPDocs configuration variable to a better name.
- Added a confirmation message when archiving an application to help prevent accidental archiving.
DesignTime No-Code
Revision 673: Recent Additions
- Add object based 'Menu Designer' and 'NVC Editor' to the Recents menu section.
- The View Project Tasks widget is failing to show tasks in a project that aren't assigned to the logged in user. Updated the query to grab all the project's tasks regardless of the signed in user.
- Updated the Low-Code library to use new widget flags.
- Loading events for a form status set to No-Code Grid is using the wrong connection. Updated this connection to look in the System Library.
- Removed the Entity Designer page from the Recents menu section since it is no longer independent of the Business Process.
- Updated the Grid category to Datasource in the Roadmap feature.
- Updated the Roadmap API's to be looking at PD.
- Event outputs are failing to load properties in the visibility and validation widget when there are only collections passed in through the QueryStrings. Updated the widget to properly load the values for this scenario.
- Added page designer pages to the Recents menu.
- Renamed MVC_View object type to NoCode_Page and NoCode_Widget.
RunTime
Revision 1524: Datasources iSeries Fix
- iSeries is not getting properly captured when generating the No-Code datasource query. Fixed the query generation.
- Email attachment paths can be too long due to using the email id which is unpredictable in length. Updated the attachment path to use a unique id instead of the email id.
- Multiple events on a control are getting the JavaScript built incorrectly. Corrected the code to include the event name.
- Array data from a model to a controller via a control event was using the element value to get the value. Updated it to use the index to prevent errors.
- Passing values back from a form grid are being order incorrectly. Updated the ordering in the query.
- Some workflow auto run requests are getting stuck in the queue. Added auto workflow run error handling and fixed an error where duplicate keys are added to the dictionaries.