On Monday, October 28, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2936 and DesignTime No-Code Revision 761 and RunTime Revision 1607. 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, October 30, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1607. 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 2927: IDE Loop Building Fix
- The loop parameters are being built incorrectly on internal processes. Updated the code that builds the loop parameters.
- The ToDate Date node value drop is updated to drop the default drop value.
- Dragging in a filter to a where clause uses the last thing dragged in from the left panel to auto populate the Value node. Updated the code to always use what the user is currently dragging in.
- Changing a list's property using the property editor then resizing the list will reset the property. Fixed the update call for properties on the view builder canvas.
- Implemented breadcrumbs in No-Code pages.
- Implemented the ability to show _BP in model and controller parameters for form widgets.
- Implemented a new service for No-Code.
- Split the check access service into its original single object check and added a new one to check multiple objects.
- _Parameters aren't displaying after the _BPRequest paramerters went out. Updated the code that loads the parameters.
- Add New User Widget Changes
- Removed the "IDE Developer" and "Create In All Envs" checkboxes. (This was done for security reasons)
- Added a note at the bottom specifying where the users are stored.
- Change User Auth Widget Changes
- Added a radio button list for IDE based roles to specify No-Code Access, Low-Code Access, or Both.
- The authorization email has been updated to provide links based on the new radio button list.
- URL links are provided below based on the given access to send a personalized email.
DesignTime No-Code
Revision 759: Action/Exit Deletion Warning
- Added a popup warning when deleting an action/exit to confirm before deletion.
RunTime
Revision 1600: MVC View Next Number Fix
- The template next number record for MVC_Views is not updated and is causing the first 2 attempts at making a webpage in a new app to fail. Updated the template next number record for MVC_Views.
- Updated the template application pages for the breadcrumb changes.
- Added the security protocol to the SendEmail service.
- Modified the system template to use the new CheckAccess service and added filtering of exists requests based on roles.