Weekly Upgrade Announcement 10/14/2024

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

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

Weekly Upgrade Announcement 10/14/2024

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday, October 14, 2024, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2921 and DesignTime No-Code Revision 745 and RunTime Revision 1589. 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 16, 2024, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1589. 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 2916: Controller Input Window Loading Fix
  • The controller input window is failing to load the controller parameters. Moved the parameter XML to be loaded earlier in the API call.
Revision 2917: BatchJob Log Type Defaulting Fix
  • The BatchJob canvas logs are default the object type to "EP_BatchJob" instead of "BatchJob". Added a line to update the selected object type.
Revision 2918: LogsViewer Typo Fix
  • The recently added check to change the log filter object type of 'EP_BatchJob' to 'BatchJob' has a typo in the check. Added in the missing '=' to prevent all object types being updated to 'BatchJob'.
Revision 2919 And No-Code Revision 744/745 And RunTime Revision 1588: Datasource Registering
  • The Page Designer and Business Process's View Forms now requires registering a datasources before using it in its canvas. This allows the ability to create an independent list of columns from that grid datasource and allows passing in filters to the grid and info widget datasources.
Revision 2920: Registered Datasource Entity Definition
  • Added in the entity definitions for registered datasources.
Revision 2921: Default SqlDataType Case
  • Added in a default SqlDataType case to consolidate and added in the Xml data type.

DesignTime No-Code
Revision 739: Datasource Table Join Default
  • Adding a table join on a Datasource now defaults to be an INNER JOIN and adds an error message saying join columns are required.
Revision 740: Object Ids In Logs Fix
  • The object ids are not always getting set correctly when using the "Open" gear icon in the logs Updated the logic that sets up the ids.
Revision 741: Service Connection Panel Fix
  • The connection range for service I/O connections is different in the gray section versus the white section. The white section connection range has been increased to match.
Revision 742: Roadmap Estimated Start Time
  • Replaced the Estimated Finish column in the roadmap with an Estimated Start column.
Revision 743: Page Designer Fixes
  • Opening the page designer for the first time throws an error Moved a reference up to prevent a dependency error.
RunTime
Revision 1580: BPWorkbench Status Filter Update
  • Updated the BPWorkbench status filter to show only form statuses.
Revision 1581: Datasource Performance Increase
  • Added threading to improve datasource logic handling speed.
Revision 1582: Datasource Query Error Display
  • Added logic to display datasource errors and fixed an issue with the ignore case logic for DB2 and Oracle connection types.
Revision 1583: Datasource GridColumn Value Fix
  • The grid column value type for datasources is failing to pass values through. Added the value type to be passed in.
Revision 1584: Datasource Date Conversion Fix
  • Datasources are failing to convert JDEDate parameters. Fixed a hardcoded value in the date conversion logic.
Revision 1585: Collection Row Defaults Fix
  • New collection rows in business process forms are failing to add in the field's default value. Fixed a check from blocking the default value for new collection rows.
Revision 1586: No-Code Template Pages Update
  • In the ManageBPRequest template page there are references to the old BPId column. The BPRequestHistory page is trying to open the BPRequestHistoryWidget instead of System_BPRequestHistoryWidget. Fixed the old references and updated the widget pointer.
Revision 1587: Datasource Fixes
  • Links in info widgets to other datasources are failing to link to the other datasource and datasources columns will eventually run off the page. Fixed how the info widget links generate and added a horizontal scrollbar.
Revision 1589: Datasource Ignore Case Logic Disabling
  • Disabled the Ignore Case logic in datasources since it isn't implemented in the NoCode IDE and is causing some issues.
word count: 731

Tags:
Locked