Ambience 2025.2 Release Note

Features and Enhancement

New Modules

    Form Portal

    Form Portal is a comprehensive module that provides users with a centralized interface for managing, viewing, and interacting with forms and checklists.

    Agent

    Agent is an intelligent automation module that combines the power of AI language models with your existing Ambience ETL workflows.
    (* Agent does not support DocumentDB)

Org Chart

  • [Org-Chart#31] - Org Chart Designer - Helper Component overlapped when have banner enable
  • [Ownership#16] - Ownership for OrgChart
  • [Org-Chart#30] - Added Waypoint support in OrgChart Diagrams
  • [Org-Chart#28] - Org Chart With Lookup Module Integration
  • [ETL#159] - Org Chart ETL Steps
  • [Org-Chart#21] - Org Charts ETL Integration

CMS

  • [CMS#65] - Added Responsive Column Layout, Integrated SGDS Styling Components, and Implemented Minor Enhancements

Form

  • [Form#115] - Allow explicit control of mimeType on Render RML and Render DocX buttons
  • [Form#144] - Form Rules Enhancement

Report Portal

  • [Report-Portal#21] - Parallel Repository2 API
  • [Report-Portal#23] - Option to hide share reports function

ETL

  • [ETL#158] - ChainIf and ChainIfElse to allow nested booleans
  • [ETL#157] - Test Json Editor Wrap

Users

  • [Users#12] - Changed API Token logic so UUID is controlled from the server
  • [Users#13] - Making a user unavailable (by setting enabled=false or deleting the user) closes any current sessions

Visualisation

  • [Viz#88] - Chord Chart Now Uses elx-chart library – Vega & D3.js dependency are removed
  • [Viz#87] - Parallel Coordinate Chart Now Uses elx-chart library – Vega is removed

Bug Fixes

Org Chart

  • [Org-Chart#32] - Fix for cannot Edit Relation After Added
  • [Org-Chart#25] - Create User-Role Hierarchies Popup doesn't not populate unique field
  • [Org-Chart#22] - Missing horizontal scroll in Designer after Create User-Role Hierarchies
  • [Org-Chart#26] - Duplicate error message when create User-Role Hierarchies without unique field

Checklist

  • [Checklist#20] - Non-owner is able to add new checklist sections

Form

  • [Form#147] - The Regex Invalid / Mandatory Message is still displayed after the user enters a valid value
  • [Form#150] - Checkbox value not persisting between pages when components have same id

Repository

  • [Repository#35] - Delete Multiple Files... option should not be displayed at root level

Workgroups

  • [Workgroups#13] - Incorrect file naming in downloaded Workgroup zip: Missing period in org-chart.json filename

Report Portal

  • [Report-Portal#24] - Prevent user with mod-report-mod from seeing all triggers
  • [Report-Portal#20] - Deleting folder in Report Portal

Data Catalog

  • [Data-Catalog#14] - Validation does not work with String No Null
  • [Data-Catalog#11] - Cannot validate Boolean Field in Org Chart

Users

  • [Users#15] - Fix Update/Delete failed for API Token owned by another user

Kernel

  • [Kernel#10] - Session Expiry Notification

Secrets

  • [Secrets#23] - Fix Expire At set more than 7 days

DashboardV2

  • [DashboardV2#2] - Sort Y in Bar Chart order changes when clicking on Apply Changes

RML Runtime

  • [RML#10] - Fix cloning JDBC Datasource Error

Deep Learning

  • [Deep-Learning#12] - Issue with upload deep-learning models on Windows
    * Java Compatibility issue, for user to fix by modifying following java dll file names:
    VCRUNTIME140.dll C:\Program Files\Java\{jdk-version}\bin\VCRUNTIME140.dll to VCRUNTIME140.dll.bak
    vcruntime140_1.dll C:\Program Files\Java\{jdk-version}\bin\vcruntime140_1.dll to vcruntime140_1.dll.bak
    msvcp140.dll C:\Program Files\Java\{jdk-version}\bin\msvcp140.dll to msvcp140.dll.bak