Weekly Upgrade Announcement 5/15/2023

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 5/15/2023

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday May 22nd, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2609 and RunTime Revision 1218. Platform1, Platform2, and Platform4 will begin their upgrade at 10:00AM 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.

On Wednesday May 24th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1218. 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 with an expected completion time of 12:30PM CST.

NOTE: Please upgrade ECC to revision 136 to utilize the changes in DesignTime Revision 2605 & RunTime Revision 1216 when the are applied.


DesignTime
Revision 2603 and RunTime Revision 1212: QueryNodesFromString Service
  • Implemented a new service in the Node Workshop called QueryNodesFromString. This service is for parsing elements out of HTML strings.
Revision 2604: Read Only Icon Hiding
  • Viewing a logic canvas is read only mode no longer shows several icons that shouldn't be used in that mode like "Create Loop" or "Paste".
Revision 2605 and RunTime Revision 1216 and ECC Revision 136: HtmlToWord Service
  • A new service called Html To Word has been implemented in the Files and Folders workshop. This service allows Html to be entered and will write it to a file when given a name. To write the file as a Word Document add the extension .word at the end of the FileName.
Revision 2606: Service Property Dots Fix
  • Connections can be made from the service property dots that show when the "Append Service Output", or "Expose Service Output", or "Catch Exception" properties are on for a service. Connections have been disabled from being made from the service property dots. Renamed the Yes/True on Right context menu items to be "Switch T & F" for Boolean services and "Switch Yes & No" for Binary Decision services.
Revision 2607: XSL Helper Popup Fix
  • The XSL helper popup is still inserting _Parameters in the path for it's values when used with _ViewParameters. All places have been changed to make sure it uses the updated parameters language.
Revision 2608: Boolean Hover Context Menu Option
  • The Boolean service's hover context menu is missing the "Switch T & F" connections option. The missing option has been added in with the tooltip of "Switch True and False Connections".
Revision 2609: MethodOutput Initial XML Fix
  • The initial XML for the Method Output service's Dynamic Xml/Xsl mode is currently displaying incorrectly. The initial XML has been changed to properly display

RunTime
Revision 1213: Multipage Tif Files
  • Added the ability to display all the pages of a tif file on the invoice and OCR canvases.
Revision 1214: Disabled Element Updating Fix
  • When a table starts disabled and gets updated by an UpdateElement control the opacity only gets decreased and not removed. The code that changes the opacity instead of removing it has been removed.
Revision 1215: REST API Error Message Improvements
  • REST API's now send better error messages for if users have authorization or not to them. The "Key" header passed in can now be lowercase as well.
Revision 1217: MVC Build Improvements
  • Implemented several more efficient procedures when building MVC application pages and the logs now have a BuildView object type that will indicate how long a page took to build.
Revision 1218: MVC Build Improvement Fixes
  • Data inside containers are not being passed down correctly. The controls inside containers now know the view so that data can be passed down correctly.
word count: 617

Tags:
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Weekly Upgrade Announcement 5/15/2023

Unread post by JustinVanRegenmorter »

RT revisions 1219 -1221 have been applied to all Platform's DV and QA and will be applied to Platform's PD with the scheduled upgrade. RT 1220 & RT 1221 fixes some small issues introduced in RT revision 1217.

Revision 1219: Dynamic Button Fix
  • Buttons with the enable property set dynamically are always displaying as disabled on the page load. The property checks have been changed to be all lowercase checks.
Revision 1220: MVC Build Improvements Minor Fix
  • Controller Parameters that aren't set up with the default values/allow override are causing errors on render. The code has been changed to use a try catch on setting the View's title.
  • Dynamically set View titles are erroring on render. A comparison has been reworked to properly set the Allow Override value in this scenario.
Revision 1221: MVC Build Visibility Fix
  • Rendering changes for control visibility was only checking for value existence and not True/False. The expression now properly checks if the visibility property is True or False. Building the JS for Signature notepad's have also been fixed.
word count: 180
Locked