On Monday, July 22, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2840 and DesignTime No-Code Revision 627 and RunTime Revision 1500. 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, July 24, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1500. 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 2837 And No-Code Revision 613 And RunTime Revision 1491: IIS Log Clearing
- IIS logs are now being cleared out after a week.
- In the System only, the CallMethodAdvanced service can be used to call back to the current context.
- Implemented page development through the No-Code IDE.
- Implemented the ability to add the library application in the tenant creation process.
DesignTime No-Code
Revision 610: Roadmap UI Update
- On the Features page the "Completed" and "Upcoming" radio buttons have swapped positions and the "Upcoming" radio button is now preselected
- The width of the description has been expanded for features in the roadmap.
- The library copy message has updated the text of 'Has' to 'has'.
- The popup menu for project objects now closes whenever you open a new menu or click outside the menu.
- Updated the CKEditor to CKEditor5 in the No-Code IDE.
- The dropdown controls in the assign actors widget now have a 'Select...' for the first record.
- Looking up a JDE column does not work with partial column names and adding a column when using the filter adds it with blank values to the entity. Corrected the query running to grab the columns and made sure to grab all needed info when adding the column.
- Reworked how the entity services work with entity arrays and removed some unnecessary information from the display to clean it up.
- The Roadmap is only showing the first two pages of features. Fixed the API so that paging works through it.
- Implemented the ability to add the No-Code pages to projects.
- Added Grids into the Recents menu.
- Implemented the ability for grids to filter on methods.
- Updated the NameValueCollections page to have the same look and feel as the BusinessProcesss page. Added a checked out info column along with updated hyperlinks.
- Added a download button to the task history list.
- Adding multiple entities via the multi widget is failing due to an extra line being added on save of the properties. Fixed the query being used to save to fix a recently introduced error.
- The Property Name field in the visibility and validation widget now displays as the form field description + [Property Name].
RunTime
Revision 1489: Unsecured Controller Call Fix
- Users that are not logged in and on an unsecured page are seeing an error on controller calls. An if statement has been added to clean up a missing cookie check.
- The alert popup window is not closing. Added a variable exists check for the alert service case.
- Google Doc tips now stay on the top of the page.
- Updated the System's NoCodeGrid page.
- Uploaded the latest CyberSource DLLs.
- Implemented the ability to add collection entities from to No-Code email templates in the form of {ProcessEntityName}.
- Blank values for integer fields on a form now defaults to 0.
- When groups are disabled and folded they end up nesting inside one another. Corrected this behavior to keep the groups independent.
- A message is now sent to the mobile app when a file uploaded to the DNDFileUpload control finishes so that the mobile app can delete the file locally.