On Monday, March 31, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3030 and DesignTime No-Code Revision 892 and RunTime Revision 1786. 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, April 2, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1786. 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 3024: Form Field Property Translations
- Updated some form field properties to have the "Translate" checkbox.
- Updated the canvas code to stay up to date with the No-Code files.
- Dropdowns, CheckBoxLists, and RadioButtonLists now work with the PreSelectValue property. MVC page building performance has also been improved.
- Updated the ECC ping service for the IDE to send a message to always use the right server on multi server installations.
- Added hyperlink for opening a new BP request or the BP workbench that can be found/copied from the business process home.
Implemented the ability to show/hide/collapsed the business process request header, history, comments, and attachments section. This can be done for a whole business process or individual statuses
Added a new static/entity button control for forms.
- Added page parameters to be cached along with a service to clear a page from the cache.
- The logic canvas URL can now contain the business process id which can cause it to fail occasionally. Updated the check for the business process id in the URL.
DesignTime No-Code
Revision 881 And RunTime Revision 1777: Update/Reload FormFields Service Grid Changes
- The Update/Reload FormFields services have been updated to improve useability for updating grid properties of fields. The grid parameters section is now nested directly on the row updating the GridId and the Parameter Name no longer needs to be specified, it just shows.
- The Form Designer now updates automatically when users make changes and does not refresh the page on change.
- The Project Tasks for NC tasks is updating the UpdatedOn time utilizing a format based on the tenant. This should not be and can break project and tasks. Matched the UpdatedOn time value to the same as what is used on the ViewTask widget.
- If there are the same grid parameters over different fields being updated the grid parameters would always share the value. Updated the loading of the grid parameters to be unique to the form field being updated.
- Initial build of the MVC canvas designer inside a Business Process Form.
- Calling a Low-Code method in a No-Code canvas now looks at the defined output for the service. No-Code service output that is exposed now has hover text in the service editor to show the full parent path.
- Updated the API calls in the No-Code ViewBuilder.
- Entity property names and column names now prevent blanks and special characters from being added to them.
- Setting the UDC options for a datasource dropdown filter is failing to save the values. Updated the saving logic for the fields.
RunTime
Revision 1778: Google Doc Field Visibility Fix
- If the google doc field is being set dynamically it is currently failing to render. Updating the form rendering code to allow for the field to be set dynamically.
- Translation patterns are failing and objects that are explicitly set to not translate are still translating, but just not displaying. Updated translation patterns and preventing controls that are explicitly set to not translate from translating unnecessarily.
- Workflow tasks are running unnecessary queries to get information it already has access to. Removed calls to load certain workflow data if it's already available during the workflow task creation.
- Added some performance improvements to the model logic for the Basic template and ManageMDMRequest page.
- Running a callback from a window opened in a widget in a list row is currently triggering for all rows instead of just the current row Updated the generated JavaScript for this scenario to trigger the on only the current row.
- Added page parameters to be cached along with a service to clear a page from the cache.
- Form array controls are saving when the controls aren't enabled. Updated JavaScript to not save disabled array fields.