Weekly Upgrade Announcement 5/13/2024
Posted: May 13th, 2024, 11:28 am
Weekly Upgrade Announcement 5/6/2024
Platform Upgrade Schedule
On Monday, May 13, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2795 and DesignTime No-Code Revision 516 and RunTime Revision 1432. 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, May 15, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1432. 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 2791: No-Code Grid Widgets
DesignTime No-Code
Revision 493: Menu Updates
RunTime
Revision 1421: No-Code Grid Widgets
Platform Upgrade Schedule
On Monday, May 13, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2795 and DesignTime No-Code Revision 516 and RunTime Revision 1432. 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, May 15, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1432. 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 2791: No-Code Grid Widgets
- Added the ability to set the FormWidget, HelperWidget, and LookupWidget in grids.
- Created a new service called UpdateFormFields which functions like ReloadFormFields, but saves to the database instead.
- Added a new column to several tables called usageDocumentId
- The NoCode table BusinessProcessCategories is failing to have its data copied over for new applications. Added the table to the list of tables to copy its data for new applications.
- Added categories to be used with the BP Workbench for custom menu items.
DesignTime No-Code
Revision 493: Menu Updates
- Removed the "Business Process Logs" and "Interfaces" links from the menu.
- Added spacing between IDE checkboxes and their text.
- Created a new service called UpdateFormFields which functions like ReloadFormFields, but saves to the database instead.
- Added default parameters to the notify service using JavaScript.
- Adding a new Form Status now defaults the "Show Attachment" and "Show Comment" inputs to "True".
- Implemented a basic version of undo redo in the logic canvas.
- The editor is failing to save the changed values Updated the logic to properly save changes in the configurator.
- Added a tree view of a business process that can be opened and quickly view the structure of the business process along with the usages.
- The status history in the logs now shows exit names. Clicking is now only allowed on logic logs since other statuses don't have logs.
- Added a pin icon to keep pages in the Recents menu.
- Added a border to the page and gray text on disabled statuses. Logic status filtering has been fixed as well.
- Added in the CSS and JS files needed for the Business Process Tree widget to load.
- Updated the status history UI for business process logs.
- User Groups are now promoted with Business Processes.
- Changing a task's status on the ViewProjectTask widget throws a controller error. Resolved that controller's error.
- Updated the BP RunTime Configuration icon tooltip text on the business process home page to say 'BP RunTime Configuration' instead of 'Edit Workbench Columns'.
- On the Business Processes page, the 'Requests' link has been changed to 'Logs' for consistency.
- Added in a query to make sure that the new records for workflow roles get inserted in on promotion.
- Added categories to be used with the BP Workbench for custom menu items.
- Added a helper to grab the icons to use for a business process.
- The business process tree now opens fully loaded and gave the link a better icon
- Added icons for several pages to the page tabs.
- Updated the workflow name on the BP Tree widget.
- Updated a page with the new column name in the BP_Workbench table.
RunTime
Revision 1421: No-Code Grid Widgets
- Added the ability to set the FormWidget, HelperWidget, and LookupWidget in grids.
- Created a new service called UpdateFormFields which functions like ReloadFormFields, but saves to the database instead.
- Implemented several workbench features and BusinessProcess icons to the MVC template.
- Added the NewRequests widget to the template application and updated the template nextnumber records for Methods and MVC_Views.
- Updated the BPWorkbench template sources/
- Added several images to the template application that are needed for certain buttons.
- Updated the BPWorkbench template sources.
- Added in trying catches around response writing to prevent server crashing.
- The Import UDCs BatchJob now retrieves UDCs from all No-Code applications.
- The EPMessage return to canvas is sometimes causing duplicated nodes which are causing display issues. Removed the duplicate nodes.
- Added categories to be used with the BP Workbench for custom menu items.
- Catching ECC errors now returns information.