Weekly Upgrade Announcement 9/5/22

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 9/5/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday September 12th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2388 and RunTime Revision 1052. 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.

On Wednesday September 14th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1052. 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.


DesignTime
Revision 2382 and RunTime Revision 1048: ParseCSV Service
  • Added a new service called ParseCSV to the database workshop and deprecated the ReadCSV service. 

    This service has the following nodes:
    • Location: Web/App where it defaults to App.
    • FilePath: The folder path and file name for the file getting parsed.
    • HasHeaders: True/False where it defaults to True.
Revision 2383: Service Name Fix
  • Users can add the _ character in a service name. This can break how services are handled. The _ character is no longer able be used in service names.
Revision 2384 and RunTime Revision 1049: MaskNodeData Service
  • Added a new service in the Process Flow Workshop called MaskNodeData. This service works the same as the MaskData service except that it takes in a node path to mask instead of text to mask.
Revision 2385: Batch Job History Download Fix
  • BatchJob History page is created a blank txt file with _.text as the name when the BatchJob history is downloaded. The correct file name values and batch job history data to be downloaded is now sent.
Revision 2386 and RunTime Revision 1051: CleanInvalidXmlChars Service
  • Added a new service called CleanInvalidXmlChars to remove invalid XML characters from a file so that services like ParseCSV can properly load it into EASYProcess.
Revision 2387: ViewBuilder Canvas Fixes
  • Setting the HtmlId for the WebPage/Widget container on the canvas then the Control Event UI will break while loading the HtmlId's. A special case has been added for loading the HtmlId of the WebPage/Widget container.

    SubMethod recommended values are error when a controller calls a SubMethod. Fixed how the entity ids are handled when loading recommended values for SubMethod's.
Revision 2388: DesignTime Building Fix
  • When the DesignTime builds the login process structure it fails to assign the correct ids to the processes. Changed how the entity ids are formed when building so that each DesignTime processes gets the correct id format for the build data.
word count: 449

Tags:
Locked