Weekly Upgrade Announcement 1/27/2025
Posted: January 24th, 2025, 3:41 pm
Platform Upgrade Schedule
On Monday, January 27, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2990 and DesignTime No-Code Revision 845 and RunTime Revision 1713. 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 29, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1713. 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 2988 And No-Code Revision 844 And RunTime Revision 1710: No-Code Translation Update
DesignTime No-Code
Revision 843: Subworkflow Logic Status Form Fix
RunTime
Revision 1704: Group Disabled Field Updating Fix
On Monday, January 27, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2990 and DesignTime No-Code Revision 845 and RunTime Revision 1713. 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 29, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1713. 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 2988 And No-Code Revision 844 And RunTime Revision 1710: No-Code Translation Update
- Updated translation to work with the new system pages and added in missing translation fields in No-Code business processes.
- Added services needed to create and manage AWS Textract adapters.
- Updated the table definition for the business process audit table.
DesignTime No-Code
Revision 843: Subworkflow Logic Status Form Fix
- The Reload/Update Form Fields/Groups services are not loading field properties properly. Added in queries that will run when the logic status is in a subworkflow.
RunTime
Revision 1704: Group Disabled Field Updating Fix
- If Group has its enabled property = false and a field inside of that group has its enabled property = true the field is currently saving its value. Updated the code to not pass values from a disabled group to the update query.
- Added a reset icon by each datasource user filter and by the "Search" button.
- When a datasource is set on a No-Code page as a widget it ends up having the datasource query ran twice. Updated the code to only run the datasource query once.
- Forms loading logic is running datasources that aren't necessary to run. Updated code to not run datasources that are no longer selected to load in the fields data rule.
- Open Windows events are throwing a JavaScript error when passing in fields from the page. Moved the parameter definition to the beginning of the JavaScript to avoid issues of not defining the parameter.
- Services like RunOrchestrationLite are failing to build arrays properly. Added in the array attribute to build the arrays properly.
- Enhanced datasource performance by removing the default trims. Trimming can be achieved in filters by using expressions if desired.