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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.