On Monday January 27th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low Code Revision 2732 and DesignTime No Code Revision 333 and RunTime Revision 1331. 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 January 29th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1331. 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 2731: Registered Widgets Parameters Fix
- Creating a new registered widget is only showing the first parameter in the widget. A check has been added to confirm parameters existing before attempting to load.
- Implemented the logic to properly run requests through on MVC pages instead of forms.
Revision 330 and RunTime Revision 1327: Validation And Completion Message Enhancement
- Adding a new action now defaults the "Show Completion" checkbox to marked and if there is no completion message it will default to the text "Request moved to status &Status
- The business process workflow now has an escalation process and will show the Entity services.
- The column lookup widget is failing to return the table. The column lookup widget has been fixed to return the table.
- When selecting a collection for a form group, it now shows in the form of ChildEntityName(NavigationName).
Revision 1326: Create Request Forwarding Fix
- The Create Request status fails to forward to the MVC page when the form is loaded. Lines have been added to properly grab the workflow status in certain situations.
- Business process forms are currently failing to cache and causing longer load times. The caching code has been simplified and forms not caching has been fixed.
- Updated parameter types used in caching.
- When ECC initiates the call and starts a thread it ends up blocking the web socket while waiting for the thread. This thread has now been blocked.
- Implemented the logic to properly run requests through on MVC pages instead of forms.