Page 1 of 1

1/20/25 Product Announcement

Posted: January 17th, 2025, 4:27 pm
by JustinVanRegenmorter
Platform Upgrade Schedule
On Monday, January 20, 2025, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Low-Code Revision 2987 and DesignTime No-Code Revision 842 and RunTime Revision 1703. 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, January 22, 2025, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1703. 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 2982: Process Lookup Improvements
  • Added an Object Type filter along with two new columns to display where one is a link to the logic canvas.
Revision 2983 And No-Code Revision 837 And RunTime Revision 1695: Datasource Records Download
  • Implemented the ability to be able to turn on downloading datasource records via a CSV or XSLX file.
Revision 2984 And No-Code Revision 838 And RunTime Revision 1696: Form Property Values Improvement
  • Implemented a new flag called “Override Level” on form properties to allow the property to be set at the status level or the logic level. Setting the override level to “Status” or leaving the dropdown as blank will allow property editing as before. Updating the override level to “Logic” will only allow updating the property values using the Update/Reload Form Fields/Groups services.
Revision 2985: Additional Where Clause Re-addition
  • Re-added the AdditionalWhereClause node in the Inquire service.
Revision 2986 And No-Code Revision 840: Logs Page File Selection On Load
  • Updated the logic to always grab the log file that was last written to and select that file on load of the Logs Viewer.
Revision 2987 And No-Code Revision 842 And RunTime Revision 1700: Datasource Table Join UI Improvement
  • Implemented a completed column for datasource table joins that prevent use of incomplete joins and warn the user that the table join is incomplete. When trying to add a column from an incomplete table join the dropdown for that table with add on "(*Not Completed)" to the text and won't display columns. Changes to a completed join that make the join incomplete are no longer allowed.

DesignTime No-Code
Revision 835: Menu Renaming
  • Updating the naming schema of "HeaderMenu" to "AppMenu" in the template.
Revision 836: Project History User Id Fix
  • User Id's are failing to get set for the CreatedOn and UpdatedOn values for No-Code projects. Updated the context used to grab the user id for the CreatedOn and UpdatedOn values.
Revision 839: User Group Editing Cache Update
  • The business process cache now gets cleared whenever the user group in the business process is modified.
Revision 841: Form Property Fixes
  • Status properties for subgroups are failing to save. Updated the query to the new table introduced by the Logic Status Properties revision and updated the translate property to be true by default for new form fields.

RunTime
Revision 1694: Form Email Fixes
  • Emails are failing to show the selected dropdown value and hide groups that aren't visible on the form. Added the dropdown values to get loaded for emails that show the form and removed a condition statement preventing forms in emails from following the visibility property set for a group.
Revision 1697: Method Cache Verification
  • Added additional logic to verify the method cache.
Revision 1698: Datasource Action Link Display Value Fix
  • The display value for datasource action links are not getting passed through to display on datasources. Updated the NoCodeGrid page to grab the display value.
Revision 1699: Controller Run Error Fix
  • If a field has RenderIfNotVisible = "False" and Visible = "False" and is used in a controller the controller will then throw anerror. Updated the controller JavaScript generation code to have the controller run anyway and pass in a blank value.
Revision 1701: Datasource Filter Search Fix
  • Datasource filters that have a default value are reverting to the default value when the filter value is cleared by the user. Updated a check used when retrieving the filter value.
Revision 1702: Character Counter On Form Fix
  • If the character count on a form textbox goes over the limit and the textbox value gets trimmed it will not update the character count. Added logic to update the character count.
Revision 1703: Display Value Pass In Fix
  • Trying to pass in a display value to a method or orchestration action does not pass in the value. Expanded the code to grab the display value when necessary.