|
Key |
Summary |
|---|---|
|
Release Date |
|
|
Release Version |
v3.37 |
|
Product Suite |
Bank Connect |
|
Focus Areas |
Document Insight visualization, metadata-driven configuration |
|
Update Type |
Major feature release |
|
Next Scheduled Release |
October 2025 |
1. Release Overview
In this release, we have introduced a new Lightning Web Component (LWC) designed to dynamically render and configure Document Insight data using a JSON configuration defined in Custom Metadata.
The goal of this enhancement is to simplify the presentation and management of a large number of fields within Document Insight records by enabling a configurable, section-based, and interactive UI.
2. Key Highlights
2.1. Dynamic and Configurable UI
-
The component reads a JSON configuration from custom metadata that defines which fields to display and how they should be grouped into logical sections.
-
This allows for flexible customization without code changes — simply update the JSON metadata to control field visibility, order, and grouping.
2.2. Support for Multiple Record Contexts
-
The component can be placed on both:
-
Document Insight record page
-
Parent record page (e.g., Account, Opportunity, or Contact)
-
From Document Insight record:
-
When the record has a Completed status, the component displays all configured fields with appropriate formatting (e.g., Currency, Percentage, Date, Number).
-
Field values automatically adapt display formatting based on field data type.
From Parent record:
-
The component retrieves all related Document Insight records whose source is Ocrolus.
-
A dropdown allows users to select from available Document Insights, and the component dynamically updates to display the fields and values for the selected record.
2.3. Range-Based Color Indicators
-
A new range filter feature allows fields to be highlighted in different colors based on configured value thresholds.
-
Example configuration:
-
Show field value in green if greater than
$10,000 -
Show field value in red if less than
$5,000
-
-
These rules are fully configurable in the JSON metadata and help users quickly identify data insights or anomalies.
2.4. Searchable Field Interface
-
Due to the large number of fields in Document Insight records, the component includes a field search bar.
-
Users can easily search and filter visible fields by name or label, improving navigation and usability.
3. Technical Summary
|
Feature |
Description |
|---|---|
|
Component Name |
|
|
Configuration Source |
Custom Metadata JSON |
|
Supported Contexts |
Document Insight Record Page, Parent Record Page |
|
Features |
Field Grouping, Dynamic Rendering, Value Formatting, Range-based Highlighting, Search Filter |
|
Dependencies |
Document Insight Object, Ocrolus Source, Custom Metadata Configuration |
4. JSON Configuration Structure Explanation
5. Benefits
-
Dynamic Configuration – No code changes required to adjust field presentation.
-
Improved Readability – Fields are grouped into meaningful sections with type-based formatting.
-
Visual Data Insights – Conditional coloring highlights important values and thresholds.
-
Enhanced Usability – Search functionality simplifies working with large field sets.
-
Cross-Record Access – Easily view and compare Document Insights from both record and parent contexts.