On Monday, May 19, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 3064 and DesignTime No-Code Revision 946 and RunTime Revision 1857. 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 21, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1857. 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 3061 And No-Code Revision 944 And RunTime Revision 1852: Business Process Form Fixes
- On business process forms certain scenario's will cause helper icons to not show, the toast popup from the ShowSystemMessage service won't show, certain fields are translating when they should, and row actions aren't acting consistently. Updated rendering logic and JavaScript code to resolve the above scenario's.
- Inserting new authorization type for SAML users is currently failing to insert correctly. Fixed a syntax issue on the insert query.
- Added the ability to toggle breadcrumbs on datasources.
- Added new services to be able to get file info and save files uploaded to a No-Code form.
DesignTime No-Code
Revision 935 And RunTime Revision 1844: Service Save Path Fix
- Saving service paths then updating another node causes issues. Updated how the service saves.
- Added an App Suite IDE link tot he No-Code header.
- Fixed an unauthorized logout bug and added the application name and icon to the header.
- Editing pages on the PageDesigner canvas is failing to update the page. Added a command to clear the cache on page edits in the canvas.
- Added the NoCodeDatasourceSummary service and implemented in NoCodeGrid to display as charts
- Updated the header application name to display the description instead.
- Adding bulk entity properties from JDE or text pass through blank data for several fields. Updated the logic that generates the lists of properties to add.
- User Groups for status's in a multi task sub-workflow are failing to pass and set the correct ids. Updated the URL that opens the widget to edit user groups.
- Datasources now have a new type to hide the list and just show a summary.
- User groups are failing to load records in the owner ids dropdown on the actors widget when the status is in a multitask. Updated the query to switch from the subworkflow id to the workflow id when opened in a multitask.
- Summary values are currently not saving when adding a column Updated the saving logic when adding a column.
RunTime
Revision 1845: No Authorization On Logout Link Fix
- If a user accidentally lands on an app where they don't have authorization for then they cannot log out. Updated the secured property on the basic template to allow users without authorization on an app to still logout.
- Auto validation is currently always marking fields as valid. Updated the auto validation logic to mark fields as valid only when it should be.
- Text columns and any columns named "Status" are causing datasource exceptions to be thrown. Updated the checks that run special logic for columns named "Status".
- Statically preselecting values on a control are failing to get set when rendering via the ViewToPDFFile or SendWebpartEmail services. Updated the logic that renders the controls.
- The IN operator is not getting parameterized for all types of data inputs. Implemented the parameterization for other data input types like MethodFilter.
- Statuses aren't loading for the new business processes on the new BPWorkbench. Updated the code that loads the statuses.
- Temporarily re-enabled the workflow archives table.
- Added better support for BP email rendering in the old outlook application.