On Monday November 20th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low Code Revision 2702 and DesignTime No Code Revision 288 and RunTime Revision 1293. 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 November 22nd, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1293. 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 2700 And No Code 282 And RunTime Revision 1291: Form Field Modification
- Added in a new node called attribute to the EntityInputOutput server to better facilitate UDC's and NVC's in form.
- The validation logic has been updated to check all MethodOutput services when the No Code Function Output is updated.
- Groups and Subgroups can have a null value in an int column that breaks promotion. All existing null values in the column have been updated to be the default value of 0.
Revision 283: Workflow Status Email
- Added a widget on the form status to attach an email template to it.
- Added a title for the logs page.
- Added a help icon in the No Code IDE to navigate users to the EPDocs and is based on what IDE page they are on.
- When promoting a BusinessProcess object, the form can have a null value for one column in one of the tables and it will cause the BusinessProcess to be unpromotable. This has been resolved by setting the column to be 0 on default.
- Implemented additional features to workflow swimlanes. This includes moving and resizing a selected swimlane keeps other statuses in the workflow properly aligned. Swimlanes can now be added above or below an existing swimlane by right clicking an existing swimlane.
- Implemented the output section of the service to lookup and add the properties of its entity.
RunTime
Revision 1292: Logout Fixes
- Users are getting randomly logged out of their environments early and are sometimes kept logged in indefinitely. The time zone conversion has been reworked for the system time and set the logout flag to true for a few more instances where the user should get logged out.
- Reuploaded a fix to the CleanInvalidXmlChars service.