On Wednesday, June 4, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1878. 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 3073 And No-Code Revision 962 And RunTime Revision 1870: Get Table Names Performance Fix
- The best performance query has an issue in it causing it to still use slower queries. Removed the issue from the best performance query.
Revision 3074 And No-Code Revision 964 And RunTime Revision 1871: ECC Auto Upgrade
- ECC upgrades should be moved from the tenant's responsibility to the system if they opt in for the weekly upgrades. There is now a checkbox 'Auto Upgrade All ClientIds' at the top of the EASYCloudConnector page which will disable upgrading ECC from the client side and allow it to be upgrade via the weekly upgrade.
Revision 3075: ECC Upgrade Rebuild
- Rebuilt the ECC Upgrade page to fix missing build data.
Revision 3076: ECC Auto Upgrade Services
- Added internal services to facilitate the ECC Auto Upgrade feature.
Revision 3077: Control Events UI Fixes
- The new control events UI is failing to show the events when necessary and if two controls share a controller event, then deleting from one control event deletes from both. Updated the code to load the events for the UI and to factor in the control Id when deleting a controller event.
Revision 3078: ViewParameters With XSLT Selector
- Added the XSLT selector to show when selecting a ViewParameter.
Revision 963: Delete User Parameters Fix
- The internal DeleteUser service has an issue in the query. Fixed the error in the query.
Revision 965: Unauthorized Logout Fix
- Unauthorized users are unable to logout of the application they are in in the No-Code IDE. Updated the template's security to allow for unauthorized users to logout.
Revision 1872: Query Parameterization DataType Fix
- The query grabbing the controls for classic applications needs to have an updated parameter data type. Updated the parameter to the correct data type.
Revision 1873: Form Field Style Properties Fix
- The style properties on form fields affect all collection rows when updated. Updated how the id's get set for these HTML elements.
Revision 1874: IPAddUser Call Fix
- The IPAddUser service is not adding in the end # symbol needed to load the correct build data. Added in the # symbol to the process call.
Revision 1875: Form Fields Saving Fix
- Buttons, hyperlinks, and labels are currently saving the displayed field values which can cause issues when loaded in a different language. Updated the saving logic to always save buttons, labels, and hyperlinks with the model data and only save them if they have been updated.
Revision 1876: Landing Page Info Fix
- EP alerts are currently failing to pass through landing page info. Add the landing page information to the EP alert logic.
Revision 1877: Mobile App JS Functions
- Added JavaScript functions for pages to use to simplify interacting with the mobile app.
Revision 1878: Action Exit To Page Fix
- Action exits set to a page and not in a task are breaking a query. Updated the task value to be blank instead of undefined.