Bizview v26.1 Release Notes
This topic describes feature enhancements, resolved issues, and important information for Bizview v26.1, released on March 13th, 2026.
Note: Starting in Bizview v24.1, feature enhancements are no longer available to on-premises users.
To purchase this product, contact US Sales or UK Sales.
Feature Enhancements in v26.1
|
Feature |
Description |
|---|---|
|
This release introduces Intelligent Forecast, an AI-powered forecasting capability that generates data-driven predictions directly within Bizview. A new dataview type, Intelligent Forecast Dataview, is now available under the Add option on the Dataviews page. Users can configure the following forecast parameters:
The Intelligent Forecast Dataview can be saved, edited, and reused. When referenced in a template and executed in preview mode, Bizview processes the historical data and returns the forecasted results. The forecasting engine endpoint is configurable under Application Settings to support development, staging, and production environments. The system includes retry logic with up to three reconnection attempts if the connection fails. This feature is available under a feature toggle. Please reach out to support if you want to try this feature. |
|
|
Dashboards now support the Waterfall chart type, enabling visualization of incremental data changes such as budget variance, profit and loss, and cash flow bridges. Connector lines, totals, and bar colors are fully configurable. The Waterfall option is available in the Chart Type dropdown under General Settings when designing a Dashboard Area. Users configure data bindings by selecting a dataview and mapping the following:
A dedicated Waterfall Settings section provides toggle options for connector lines, auto start total, and auto end total, along with color pickers for increase, decrease, total, and subtotal bars. All existing general chart settings are fully supported. Settings are saved with the Dashboard Area and preserved on refresh. |
|
|
This release introduces a real-time progress indicator to the OBDF Data Importer. When a user selects a connection, business view, and pagination size and initiates an import, the system now displays the number of rows imported versus the total expected rows, along with a percentage and progress bar (for example, "3,245 of 10,000 rows imported (32%)"). The counter updates continuously as rows are processed. If the import fails, the last successfully imported row count is displayed along with the failure message. |
|
|
This release introduces a new OBDF Data Import Settings page under System > Platform Services, positioned between Import Data via OBDF and OBDF Access Token. The page provides two separate configuration sections: Manual OBDF Data Import Timeout Settings and OBDF Plugin Timeout Settings. Each section includes fields for HTTP Client Timeout and SQL Bulk Copy Timeout. |
|
|
This release enables System Administrators to customize the application header with a company logo in the Platform application. The Platform icon is replaced with a purple Bizview logo, and users can upload a custom logo from the Images library to the application header, replacing the static Bizview logo. This functionality is consistent with the branding capability available in the Legacy application. The custom logo is displayed across all pages of the Bizview application and is supported across different browsers. |
Issues Resolved in v26.1
|
Salesforce Case # |
Resolution |
|---|---|
|
Salesforce Case: 05460118 |
The SmartDok plugin now correctly uses the token generation endpoint (api.smartdok.no/Authorize/ApiToken), instead of an incorrect endpoint that caused 401 Unauthorized errors. |
|
Salesforce Case: 05483280 |
The Format button in the Dataview Editor now correctly preserves SQL comments in the query, instead of removing them during formatting. |
|
Salesforce Case: 05496676 |
The Table Index configuration now correctly displays the Index Type and Is Included Column fields, instead of showing blank or missing values. |
|
Salesforce Case: 05496676 |
Workflow step instructions now render correctly without displaying the Aspose.Words evaluation watermark. |
|
Salesforce Case: 05492295 |
Numeric attribute values with Decimal (27,8) datatype now correctly save when the cell type is set to Percentage or Currency, instead of failing to write data to the database. |
|
Salesforce Case: 05496446 |
The 24SevenOffice plugin now correctly handles the 'InvoiceLoss' value in TransactionSystemType, instead of failing with an XML deserialization error. |
|
Salesforce Case: 05389912 |
The Homepage dashboard dropdown in Settings now correctly displays only dashboards the current client has access to, instead of showing all dashboards in the application. |
|
Salesforce Case: 05434954 |
The Tripletex plugin now correctly handles the @client_id global parameter, instead of throwing "too many arguments specified" errors. |
|
Salesforce Case: 05418612 |
The Fortnox plugin now correctly logs events to the [cust].[fn_log] table, instead of [cust].[_log]. |
|
Salesforce Case: 05329786 |
The Audit Trail context menu option now correctly appears only for valid audit columns, instead of appearing for Common Object columns where it returns no results. |
|
Salesforce Case: NA |
The xcache.dt table generation against the dataview when the Dataview_Optimize parameter is set to True in templates now separates table creation from data population, reducing tempdb contention. |
|
Salesforce Case: 05357701 |
The staging import procedure now correctly respects the Locked setting on parent object values, instead of inserting duplicate parent-child relationships. |
|
Salesforce Case: NA |
The Visma.Net plugin now correctly uses the new API endpoint (api.finance.visma.net), instead of the deprecated URL (integration.visma.net). |
Patch Release – Issues Resolved in v26.1.0.1
Patch release 26.1.0.1 addresses critical issues identified after the Bizview 26.1 release. The following critical issues are identified and resolved in patch version 26.1.0.1 deployed on April 24, 2026.
The fixes in this patch are a result of issues reported during the canary ring and early adopter ring process prior to the Bizview 26.1 GA release.
| Salesforce Case # | Resolution |
|---|---|
| Salesforce Case: 05543766 | AI Report Assist now correctly connects to the production API endpoint, instead of the hardcoded staging environment endpoint, which caused an Unauthorized error due to an incorrect API endpoint configuration. The service now correctly connects to the production environment. |
| Salesforce Case: 05530212 | The DrillTo option now correctly appears on hover and in the right-click context menu for all row types (DATA, FIXED, EXPAND, DATA#EXPAND) that have DrillTo configured, including FIXED and EXPAND rows, instead of appearing only on DATA rows. |
|
Salesforce Case: 05530228 Salesforce Case: 05530207 |
Templates using ADDSHEET with breaksheets now correctly save values to the tab where they were entered, instead of moving them to the first breaksheet tab. Forms with multiple sections and ADDSHEET configurations now save successfully without errors. |
| Salesforce Case: 05523332 | The Selection Pane now opens correctly when a dependent dropdown’s dataview returns no data, instead of hanging indefinitely. The dependent dropdown now appears empty and the pane remains functional. |
| Salesforce Case: 05515573 | Input forms now correctly detect that no changes have been made when formula-driven cells evaluate to zero or null, instead of inserting rows into the database on every save. |
| Salesforce Case: 05492215 | The utils.p_user_rename procedure now correctly updates all foreign key references to app.users.user_id before deleting the old user record, instead of rolling back the transaction due to unhandled references. |
| Salesforce Case: 05510164 | The Begins With filter mode in template cell dropdowns now correctly filters results as the user types, instead of requiring users to enter [ followed by an exact match value. |
| Salesforce Case: 05506925 | The step_id column in planning tables now correctly records the workflow step GUID when a user saves an input form from within a workflow step, instead of always writing NULL. |