On Monday, July 15, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2836 and DesignTime No-Code Revision 609 and RunTime Revision 1488. 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, July 17, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1488. 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 2832 And No-Code Revision 601: SyntaxChecking Validation
- A new column for the CreateServiceNodeFromScript services does not exist in all situations. Added a check to verify if it exists before trying to load it.
- Implemented several services for use in EASYPay applications
- The CKEditor is not autowrapping text. Added autowrap CSS and removed Special Characters.
- Restricted how downloading from Company Library/Public Library works. When a user is in the Company library then can only download No-Code objects from the Public Library. If they are in in a regular application. They can download No-Code or Low-Code objects from the Company Library.
- Newer apps are failing to translate into other added languages. Reworked the translation code and updated the template for new MVC applications.
DesignTime No-Code
Revision 600: Email Template Save/Close Button Swap
- Swapped the "Save" and "Close" buttons on the Add/Edit EmailTemplate widget to stay the same with rest of the site.
- Running a controller while logged out of the IDE throws a JS error. Added if statements around queries that deal with logged in/logged out users.
- Updated some status colors for the Roadmap workflow
Added source defaulting to new features created from client IDE's
Added ability to categorize the roadmap features by objects
Fixed an issue with & being in the roadmap changes
- Added the ability to download a list of tasks from the task list.
- The IsKey column still shows in the AddEntityProperties widget when the entity is in a business process. This is now only be viewable when the entity is separate from a business process.
- When creating a new project or adding a task to a project, users can select tasks that are not assigned to them. The task dropdown in both cases have now been restricted to only show open tasks that are assigned to the logged in user.
- The actors popup in the workflow canvas has been moved to be an IDE widget for easier modifications.
- The entity designer page now logs its entry to the Recents menu section along with its name like business processes.
RunTime
Revision 1480: System RunTime Page Upload
- Uploaded the latest System RunTime pages for No-Code development.
- Dropdown lists on No-Code forms now load from the grid in real time.
- When a business process request is at a multitask form, the form can end up saving values that aren't currently editable for the user. Added logic to only save the fields that are editable for the user.
- Errors on the ReceiveEmail service attachments are getting added to the parent node instead of the attachment. Moved the attachment errors to the attachment node.
- Blur events on collections fire from a non-collection field. Input events on collection in certain circumstances can modify all fields in a collection. Blue events on collection fields now fire on the fields and input events on collection can no longer modify all fields in a collection.
- Upgraded the PDF DLLs to the 64Bit version.
- Business Process forms will now send the user back to the workbench if the form throws an error.