Versions Before BC27.0

Prev Next

Version 26.5.202541.144373

Release date: 10. October 2025

Change Type

Area

Description

Details

Bug Fix

Master Data on Documents

Fix for missing SALES FOOTER Information Codes in Master Data on Documents

Resolved an issue in the Master Data Information app where SALES FOOTER Information Codes were not transferred to open documents unless a SALES HEADER Information Code was also configured. This fix ensures that SALES FOOTER Information Codes are transferred independently, restoring expected functionality for Master Data users.


Version 26.5.202541.144037

Release date: 06. October 2025

Change Type

Area

Description

Details

Refactor

Global Trigger Management Performance Optimization

Overview

In Master Data Information, global table triggers are used to ensure master data remains synchronized when underlying records change. This approach is necessary because the specific tables requiring monitoring vary depending on individual user or customer setups, making it impractical to rely solely on table-specific triggers.

Technical Details

Business Central provides the OnAfterGetDatabaseTableTriggerSetup event in the GlobalTriggerManagement codeunit. This event exposes four parameters:

  • OnDatabaseInsert

  • OnDatabaseModify

  • OnDatabaseDelete

  • OnDatabaseRename

These parameters determine which global triggers should be active for a given table. The event is fired once per table per transaction, optimizing performance by avoiding unnecessary trigger execution.

Root Cause

Previously, the subscription to OnAfterGetDatabaseTableTriggerSetup in codeunit 6083487 "SCB Global Trigger Mgt." indiscriminately activated all triggers for every table encountered. This behavior was inefficient and potentially led to unnecessary processing.

Resolution

The logic has been revised to ensure that triggers are only activated for tables explicitly registered for monitoring. This change improves performance and aligns with the intended selective trigger activation model.

New Preview Feature: Enhanced Performance Mode

We've added a new Performance Enhancement feature.
This preview feature includes smart caching and optimized database operations.

To enable: Go to Abakion Feature Management → Enable "Enable Global Trigger Performance Optimization".

Bug Fix

Special Order & Drop Shipment

Fix for incorrect shipping address inheritance in Special Order functionality.

Resolved an issue where the Special Order functionality in Master Data Information incorrectly inherited the customer address instead of the Location's shipping address from the sales order. Also fixed a related error that prevented adding extra lines to the purchase order due to Ship-to No. mismatch.

Bug Fix

Specification on Pages

Specification on Pages – Update Field Value Fix

When entering a new setup for Specification on Pages, running the Update Field Value action did not update the corresponding record in the Information Entry table. This caused inconsistencies between the specification setup and the actual data entries.

Root Cause

The field "Spec. Field Name" was not being updated correctly when the Update Field Value action was triggered, resulting in missing or outdated information entries.

Resolution

The logic has been corrected to ensure that the "Spec. Field Name" is properly updated when clicking the Update Field Value action on the Specification on Pages page. This ensures that the Information Entry table reflects the correct field values as intended.


Version 26.4.202538.142190

Release date: 18. September 2025

Change type

Area

Description

Details

Improvement

Information Setup

Default visibility of Information Value Sorting Level field added to SCB Information Setup page.

The field Information Value Sorting Level (23, Integer) is now visible by default on the SCB Information Setup (6082568, List) page. This change improves efficiency and reduces errors for Master Data Specialists by eliminating the need for manual personalization.

Improvement

Strong Field Data Types

Region format support for strong field data types

Values in the Master Data Archive list and Favorite Factbox now respect the region format set by the user. This ensures consistent and correct formatting across the Master Data Information app.

Bug Fix

Master Data on Documents

Specification on Pages

Warehouse Manager

Fix for missing master data on Warehouse Shipment header when using Warehouse Manager app

Resolved an issue where master data from the Sales Order was not transferred to the Warehouse Shipment Header when using the "Create Whse. Shipment (Bundling)" function in Warehouse Manager. This fix ensures that warehouse workers have access to all necessary information for shipment processing.

Redesign

Information Matrix

Improved error message clarity in Information Matrix Template Setup

The error message displayed when users attempt to add new records to the Information Matrix Template Setup without any existing entries has been redesigned. The updated message now clearly informs users that at least one entry must be added to the table before proceeding. This enhancement improves usability and reduces confusion by guiding users through the correct sequence of actions within the master data information app.


Version 26.4.202537.141628

Release date: 09. September 2025

Change Type

Area

Description

Details

User Experience

Specifications

Regional Formatting for Information Code Values using Strong data types

Information Codes using Data Type such as Date or Decimal validation currently default to US formatting at runtime, regardless of the user's Business Central region settings. Since the underlying Value Date and Value Decimal fields store data correctly, the formatting discrepancy occurs during page rendering and user input processing.

The solution implements runtime locale detection that automatically applies appropriate regional formatting when pages load. This eliminates the need for manual configuration while ensuring Date and Decimal values display and accept input according to the user's established region settings.

This runtime approach maintains data accuracy in the backend while providing a seamless, localized user experience without requiring additional setup or configuration.

Redesign

API

Enhanced Value Field Support

We've expanded the API with six new value fields to provide greater flexibility in data representation:

Value Date (Date) - Support for date values
Value DateFormula (DateFormula) - Dynamic date calculations
Value DateTime (DateTime) - Combined date and time values
Value Boolean (Boolean) - True/false values
Value Integer (Integer) - Whole number values
Value Decimal (Decimal) - Decimal number values

Backward Compatibility: This release maintains full backward compatibility. Existing API consumers will continue to function without any required changes.


Version 26.4.202535.140083

Release date: 29. August 2025

Change Type

Area

Description

Details

New Feature

Specification on Pages

Extended all relevant tables with 14 Data Validation fields and 10 Text250 fields to support Specification on Pages consistency.

To ensure structural consistency across the Specification on Pages functionality, all applicable tables have been updated to include 24 new fields:

- 14 Data Validation fields
- 10 Text250 fields
This enhancement aligns the data model across all relevant tables, enabling uniform handling of specifications and improving maintainability and scalability of the solution.

Improvement

Archived Entries

Improved sorting and focus behavior for SCB Master Data Archive Entries page to ensure consistency across entry points.

The SCB Master Data Archive Entries page (ID: 6083251) has been updated to consistently sort entries in descending order by Entry No. and automatically focus on the first line (i.e., the most recent entry). Previously, the sorting and focus behavior varied depending on where the page was opened from—for example:
From Lot No. Information List, the page was sorted by Changed Date and focused on the last line.
From Information Matrix, the page was sorted differently but focused on the first line.
This improvement ensures a unified experience across all entry points, making it easier for users to locate the most recent archived entries quickly.

Improvement

Master Data on Documents
Specification on Pages

Extended Master Data Information and Specification on Pages functionality to Purchase Credit Memo header and lines.

It is now possible to define and display Master Data Information directly on the Purchase Credit Memo header and lines. This enhancement ensures that users can manage and view relevant master data fields from both the Purchase Credit Memo Card and List pages, using the Specification on Pages functionality. This aligns the Purchase Credit Memo with other document types that already support Master Data on Documents, improving consistency and usability across the system.

Improvement

Specification on Pages

Extended Specification on Pages functionality to all tables and pages supporting Master Data Information, ensuring full accessibility and consistency.

To improve data consistency and usability across the platform, Specification on Pages has been added to all tables and pages that support Master Data Information.

This update ensures that users can view and edit Master Data Information directly from relevant pages, maintaining a consistent and intuitive interface throughout the application.

Refactor

Specification on Pages

"Data Type Specification" preview feature promoted to default functionality; feature toggle and conditional checks removed.

The Data Type Specification feature, previously available as a preview, has now been implemented as default functionality across the platform. All conditional code checks verifying whether the feature is enabled have been removed, and the feature has been taken out of Feature Management. This ensures consistent availability and simplifies the codebase by eliminating unnecessary toggles and branching logic.

Refactor

Specification on Pages

Fixed issue where Master Data fields were not transferred to Warehouse Shipment Header when using Modify during creation.

Resolved a bug where Master Data Information (Specification on Pages) was not correctly transferred from the Sales Header to the Warehouse Shipment Header when a PTE or custom app used the Modify method during creation. This caused missing data in the Warehouse Shipment Header page fields, leading to inconsistencies and potential manual correction. The transfer logic has now been updated to ensure Master Data fields are reliably inherited, regardless of the creation method used.

Refactor

 

Updated Lot No. copying functionality to use BC27 NoSeries implementation, removing deprecated code.

The Lot No. copying logic has been refactored to adopt the new BC27 NoSeries implementation. This change eliminates the use of the deprecated NoSeriesManagement codeunit, aligning the solution with current Business Central standards and improving maintainability going forward.

Refactor

 

Handled BC27 warnings using preprocessor directives and pragma to clean up deprecated and unused code references.

This update addresses multiple compiler warnings and deprecated method usages introduced with BC27 by applying preprocessor directives and pragma instructions. Key changes include:
Deprecated methods such as OnAfterInsertProdOrder and GenerateTreeForItems have been flagged or replaced with their recommended alternatives (MfgCarryOutAction and GenerateTreeForManyItems, respectively).
Informational warnings related to missing keys in the Sales Line table and unused OnLookup triggers due to non-editable fields have been acknowledged and handled appropriately.
All warnings were reviewed and resolved to ensure cleaner builds and better alignment with BC27 coding standards.
These changes improve code clarity, reduce noise during compilation, and prepare the solution for future upgrades.

Refactor

 

Replaced custom PDF preview action with standard Business Central PDF preview functionality.

The custom PDF preview logic has been refactored to use the standard Business Central PDF preview functionality. This change ensures compatibility with both Business Central online and on-premises environments by leveraging the following methods:
File.ViewFromStream – for Business Central online
File.View – for Business Central on-premises
The standard feature supports previewing PDFs stored as MediaSet, Document Attachment, or Incoming Document. As part of this update, storage and linking logic has been reviewed and refactored where necessary to align with supported mechanisms. This improves reliability, simplifies maintenance, and ensures future compatibility with platform updates.

Bug Fix

Specification on Pages

Fixed issue where sales order header fields were not correctly updated when converting from sales quote using "Specification on Pages".

Resolved a bug that caused master data to be transferred only to document lines and not correctly replicated to the sales order header during conversion from a sales quote. This occurred despite using the "Specification on Pages" functionality, which is intended to handle such replication. The root cause was traced to incorrect table reference handling in the "CopyMasterDataOnDocFromHeader" procedure.

Bug Fix

Specification on Pages

Fixed issue where Description field was not updated correctly for Information Code subtype Text or File

Resolved a bug in the Information Setup where the Description field was not updated correctly when adding a value for Information Codes of subtype Text or File, despite the "Create Description on Information Code List" setting including "Value". The system now updates the Description consistently across all subtypes, including Specification, Text, and File.

Bug Fix

Specification on Pages

Fixed issue where Description from Information Code was not automatically inserted on Purchase Line when Master Data Field Type was set to Description.

Resolved a bug where the Description linked to an Information Code on the Item Card was not automatically populated on the Purchase Line, despite correct setup in Specification on Pages. This behavior now aligns with the Sales Line, ensuring consistent and expected data flow across documents.

Bug Fix

Logical Dependencies

Fixed issue where the Logical Dependencies view was incorrectly filtered by “Information Code”. The page now displays all relevant records as expected.

Previously, when users opened the Logical Information Value Dependencies page, the view was unintentionally filtered by the “Information Code” value, causing incomplete or misleading data to be shown. This behavior has now been corrected: the page will no longer apply the filter and will instead display all records as intended. This ensures users have full visibility into logical dependencies without needing to manually adjust filters.

Bug Fix

Special Order

Fixed issue where Special Order functionality in MDI did not follow Business Central standard behavior for shipping reference population.

Resolved a bug in the MDI Special Order process where the Purchase Order creation did not inherit the customer number from the originating Sales Order into the shipping reference. This caused the system to omit customer-specific filtering when adding additional lines. The behavior now aligns with Business Central standard, ensuring the correct customer reference is applied and filtering functions as expected.

Bug Fix

 

Resolved table locking issues in "SCB Master Data User Setup" that caused failures in UI and API operations.

A bug was identified where read operations on the SCB Master Data User Setup table caused locking conflicts, leading to failures in various Business Central functions. Users occasionally encountered errors when accessing pages like Sales Order, and more frequently when calling APIs such as Page 31. The locking behavior was traced to read operations and has now been resolved through a code fix. This update removes the locking during reads and restores expected functionality.

Additionally, the use of standard pages (e.g., Item List Page 21) exposed as older OData web services is discouraged. These can cause locking issues due to MDI page extensions. It is recommended to replace such implementations with modern API alternatives.

Bug Fix

 

Fixed issue preventing Contract Invoice creation when MDI is installed.

Resolved a bug where users were unable to create Contract Invoices through the Business Central Customer Subscription Contract when MDI was installed. The process failed with the error:
"You cannot make this change because document is linked to a contract. If you still want to change the field, first delete this document and then make the change to the contract."
This issue has now been corrected, allowing Contract Invoices to be created as expected without requiring manual deletion or contract changes.


Version 26.2.202527.134786

Release date: 09. July 2025

Change Type

Area

Description

Details

Bug Fix

 

Resolve error in CodeUnit 6083487

The function DeleteFromInfoSetupAndLanguage2 is being called during deletion of a Job Queue Entry, which is likely not intended.


Version 26.2.202527.134227

Release date: 30. June 2025

Change Type

Area

Description

Details

Bug Fix

Specification on Pages

Issue with MDI Specification on pages When Using Non-English Languages (e.g., Danish) Require update of Abakion app manager core to version : 26.2.202527.134382

Codeunit 6082805 – SCB Subscriber Events 682

  • Method: GetReplicateMasterData(var RecRef: RecordRef)

  • Problem: When the key fields are extracted using Format(FldRef.Value), the values are language-dependent. For example, in Danish, "Order" becomes "Ordre", which causes mismatches when looking up MDI records.

Codeunit 6083165 – SCB Basic Functions

  • Method: GetOptionIndexFromField(...)

  • Problem: The method attempts to resolve the option index based on localized captions. If the current language is not ENU, the lookup may fail. The fallback to ENU (GlobalLanguage(1033)) does not work correctly when the current language is set to a value like 0 (e.g., Danish), which prevents inserting MDI records (e.g., on Sales Quote / Salgstilbud)

Bug Fix

Specification on Pages

When typing in the same Information Value the second time in a field added with Specification on Pages it doesn't format correctly

To verify that when a user re-enters an existing value (e.g., "blue" after "BLUE") in a Specification field, the formatting (capitalization) is preserved and consistent, especially when used as a filter in Global Master.

Bug Fix

Setup

Not possible to create Sales Credit Memo if the Master Data Information Setup table hasn't been accessed

When creating a new company with Global Master Data Sync, a record in the table Master Data Information Setup was not inserted

Bug Fix

Master Data on Documents

Language controlled MDI files don't flow correctly to documents

Some language controlled Master Data Information files were not transferred correctly

Bug Fix

Import Worksheet

When Importing Information Values for Information Code with Allow Multiple Values, importing blank Information Value will delete first occurrence and Import Error is shown

The observation and current code changes is related to the functionality with the setting "Allow multiple Config Values" set to true. As such the behavior in the example is about the Information Code  "Bike Type" and not "Color" or "Gear". Two problems has been detected

With "Allow multiple Config Values" and updating with a "" (blank value) the current functionality deletes the firs occurrence of a value. The functionality has been changed to disable deletion of any "Allow multiple Config Values" with the blank update.

Refactor

 

Update GetNotificationScope function to use enum

The Scope field in the SCB Notification table in App Manager has been updated to use an enum. This necessitates a code change in the GetNotificationScope function.

Refactor

 

Change the name Quick Journal to Reverse Planning Worksheet

Due to changes in the Reverse Planning app, the Quick Journal has changed name to Reverse Planning Worksheet

Refactor

 

Update code to use New Reverse Planning table

In order to support the new page and journal structure in Reverse Planning, the primary key in the Reverse Planning table needs to include a Journal Type. Thus a new table has ben introduced (6223257 "SCB New Reverse Planning") obsoleting the existing Reverse Planning table.

Enhancement

 

Update and change caption of the Update Long Description function

With the update of the Update Long Description function, pressing the action will now update all fields within the merge description functionality, which now also includes updating of description in the Item Translation if this option is enabled on the Master Data Information Setup page

Enhancement

 

Quick overview of what errors have occured using the Master Data Import Worksheet

With this enhancement a new field is added to the Import Worksheet showing the user an error hint if a line has failed to be imported. Currently the error is not shown for Primary Keys and Master Data Information Codes

New Feature

 

Update Item Translation for the item, based on the applied Specifications if Merge Description is Enabled

A new option field in the Master Data Information Setup to specify if the Description in the Item Translation should be updated automatically if the current field Merge Item Description has been enabled. When Specifications are added to items and translations are applied as well the Description on in the Item Translation table will be updated for each language code.

New Feature

 

Hide Master Data on Documents on Pick Instruction using Document Customizer

A new option on the Master Data on Document Template and Master Data on Document Content makes it possible to define whether Master Data on Documents should be shown on the Inventory Documents or not. This makes it possible to differentiate what Master Data on Documents are shown on the open order and on the created inventory document


Version 26.0.202521.130278

Release date: 23. May 2025

Change Type

Area

Description

Details

Bug Fix

Installation

Issues with installation of the newest version of Master Data Information

 


Version 26.0.202521.129993

Release date: 21. May 2025

Change Type

Area

Description

Details

Bug Fix

Specification on Pages

Unnecessary overhead and negatively impact performance during upgrade to the use of setloadfields

Ensures that existing entries in the Information Entry and MDI On Documents tables are validated and updated automatically when the Related Information Code in the Specification on Pages table is modified.


Version 26.0.202519.128491

Release date: 06. May 2025

Change Type

Area

Description

Details

Bug Fix

Archive Entries

Error with evaluate blank in table SCB Information Entry

Solving Evaluate error by not calling the function with blank:

"Value "" can not be evaluated in type Integer"


Version 26.0.202518.127998

Release date: 30. April 2025

Change Type

Area

Description

Details

New Feature

Master Data on Documents
File Handling

Language Control Master Data Information Files

It's now possible to manage language variants of Master Data Information files. This feature allows you to add different versions of the same document for specific customers, ensuring that each customer receives the document in their preferred language.

Release Notes BC26.0 extended – Abakion

New Feature

Searching, Marking and Filtering

Add Mark for full Item Hierarchy

A new function has been added to the Mark functionality. This function allows the user to mark all items within in the BOM structure of the selected item. This makes it possible to use marked filter on all pages and request pages where Item is a filter possibility.
This is e.g. useable if a user wants to do planning only for items within the top items BOM structure
Release Notes BC26.0 extended – Abakion

New Feature

Specification on Pages

Caption of Master Data Fields must be inherited to the Filter pane

When adding Specification on Pages, the caption on the page and card is inherited from the Specification on Pages page, but when filtering the field name from the table it self was shown. This has now been enhanced so the caption is inherited to the filter pane making it easier for the user to filter on the right field

Release Notes BC26.0 extended – Abakion

New Feature

Item Variants

Add events to be able to skip Style Variant functionality on standard events

 

Enhancement

Item Variants

Prevent creation of Variant with Code larger than 20 characters

To avoid errors later in the process, it should be prevented to create Variants with Code larger than 20 characters.
This is now prevented

Release Notes BC26.0 extended – Abakion

Enhancement

Item Variants

Prevent creation Style Variant if no Master is created

To ensure consistency and accuracy in item management, it is now mandatory to have a Style Master created before an item can be marked as a Style Variant. This update prevents items from being incorrectly categorized and ensures that all Style Variants are properly linked to a corresponding Style Master.

This is now prevented

Enhancement

Logical Dependencies

Possibility to show the field Entry No. on the Logical Dependencies page

The Logical Dependencies page has been updated to include the Entry No. field. This enhancement provides users with a clearer and more detailed view of dependencies by displaying the unique entry number associated with each record

Release Notes BC26.0 extended – Abakion

Enhancement

Master Data on Documents

When inserting a new Information Code on a document line, the setup from the Master Data on Document Content must be inherited

When inserting a new Information Code on a document line, the setup from the Master Data on Document Content will now be automatically inherited. This enhancement ensures consistency and accuracy by applying predefined configurations from the Master Data to new Information Codes

Release Notes BC26.0 extended – Abakion

Enhancement

Specification on Pages

Allow Multiple Values on Specification has been enhanced

If the same Information Code for multiple Specification on Pages wasn't set up completely correct this could cause inconsistency in the data. Some validation has now been made to prevent the user from setting it up incorrectly 

Release Notes BC26.0 extended – Abakion

User Experience

Specification on Pages

Don't show lookup possibility for fields with no lookup values

To improve user experience and streamline data entry, the lookup option will no longer be displayed for fields that have no lookup values. This enhancement prevents confusion and ensures that users only see lookup options when relevant values are available

Release Notes BC26.0 extended – Abakion

User Experience

Specification on Pages

It should not be possible to add a new record to the Specification on Pages with blank fields

The use will be prevented to add blank lines to the Specification on Pages table as this can lead to errors later on

Bug Fix

Language and Extended Text

Not possible to add Extended Text (HTML) if no record have been added to Extended Text

If no Extended Text had been added to a record, it was not possible to save the HTML Extended Text

This has new been fixed

Bug Fix

File Handling

Sharepoint Sync Error

When trying to test Sharepoint connection a sync error was given, though setup was done. 
This has now been fixed

Bug Fix

File Handling

Error when adding Attachments to Information Setup

In some scenarios, first time adding a file to the Information Setup on the Customer could give en error

This has now been fixed

Bug Fix

Master Data On Documents with Document Handling

Master Data file not added to the e-mail

Files added to Master Data on Documents was not added to the e-mail when this option was selected for the Customer in the Document Handling Sending Profile

This has now been fixed

Bux Fix

Specification on Pages

Description not inserted correctly on Item Card when using Specification on Pages for an Information Code with Allow Multiple Information Values

If an Information Code with Allow Multiple Information Values was set to TRUE and this code was used added to Specification on Pages as Field Type = Description, first time a value was entered on the Item Card, the Description was inherited from the Information Value

This has now been fixed

Bug Fix

Specification on Pages

Adding Specification on Pages for Sales Invoice header prevented by permissions

In some scenarios, adding Specification on Pages to the Sale Invoice Header table for prevented by some missing permissions.

This has now been fixed

Bug Fix

Specification Search

Error in Master Data Information when activating the feature Specification Search

When the Specification Search functionality was enabled, adding lines to the Sales Quote was not possible through the Microsoft API

This has now been fixed

Bug Fix

Specification Search

When accessing the Specification Search Setup page it's not editable before Item Search String has been calculated

This has now been fixed

Bug Fix

Master Data on Documents

Error when inserting a new Type and Document Type on Master Data On Document

When inserting a new Type and Document Type to the Master Data on Document Setup an error was given

This has now been fixed

Bug Fix

Copy Master Data

Copy Item doesn't copy Language and Extended Texts

The Copy Item functionality didn't copy Language and Extended Texts properly

This has now been fixed

Bug Fix

Specifications

Error when using the Action function when no lines are present in the Information Setup

It was not possible to use the Actions on the Information Setup if no lines were present

This has now been fixed

Refactor

 

BC26 references to Item Cross Reference not allowed

 

 Refactor

 

Warning AL0432: Method 'CalcCompItemQtyBase' is marked for removal

 

Refactor

 

Change to global procedure GetFeatureRecordId in app manager

 

Refactor

 

Warning AA0139: Possible overflow -Text2Text

 

Refactor

 

Warning AA0139: Possible overflow

 


Version 25.5.202517.126888

Release date: 22. April 2025

Change Type

Area

Description

Details

Bug Fix

 

When generating “Dynus Demo Company” an unspecified field error appears.

And also default setup has this field, that will give a runtime error

 

Bug Fix

 

Remove Item Cross Reference Upgrade code so user can install on BC26

 


Version 25.4.202511.122911

Release date: 13. March 2025
(Minimum Requirement = Microsoft Dynamics 365 Business Central 25.0.0.0)

Change Type

Area

Description

Details

Enhancement

Specification Wizard

Telemetry logging added

 

Bug Fix

Production Order

The changes to the Production Order record cannot be saved because some information on the page is not up-to-date. Close the page, reopen it, and try again

 

Bug Fix

Upgrade

Timeout due to upgrade code

Added filter to upgrade code to only get records if datatype are not blank

Performance


 

Version 25.4.202510.122147

Release date: 05. March 2025
(Minimum Requirement = Microsoft Dynamics 365 Business Central 25.0.0.0)

 Change Type

Area

Description

Details 

Enhancement

Specification on Pages

Feature: Access to Archived Entries on Serial No. Information Card and Lot No. Card

Description: As a Business Central user, you can now access archived entries directly from the Serial No. Information Card and Lot No. Card.

New feature

Specification Wizard

Feature: Guided Wizard for Creating Information Codes and Specification on Pages

Description: To enhance user experience and simplify the process of creating Specification on Pages for Items, Vendors, Customers, Lot Nos, and Serial Nos, a new guided wizard has been introduced on each relevant page. This wizard provides step-by-step instructions, making it easier for users to set up and manage Information Codes efficiently.

 

How to add new fields to pages using "Create new Specification" - Dynamics 365 Business Central

Enhancement

Specification on Pages

Feature: Standard BC Date Format for Date Validation

Description: As a user, you can now ensure that date validation on Specification on Pages uses the standard Business Central (BC) format, making dates consistent and recognizable across the system.

14 new fields with datatype validation has been added to Item and Sales Header (other tables will be included later on)

By adding the new fields to the pages, the fields will now be similar to stanard BC 

It's a Preview feature which needs to be enabled for now, and will be a a fully integrated feature later on.

Enhancement

Specification on Pages

Feature: Restriction on Adding Duplicate Information Codes in Specification

Description: To ensure data integrity and consistency, a new restriction has been implemented in the Specification on Pages functionality. If an Information Code has not been marked as "Allow Multiple Values," it will no longer be possible to add the same code multiple times.

 

 

 

Bug Fixed

Specification Search

Issue: Item Search String Not Automatically Updated After Vendor No. Change and other fields

Description: When the Vendor No. or other fields on an item is changed, the Item Search String does not automatically update to reflect this change. This can lead to inconsistencies and outdated information in the search string.

This has now been fixed

 

See more about the functionality in general here:

How to activate and setup the Item Search Functionality - Dynamics 365 Business Central

New Feature

Specification on Pages

Feature: Specification on Pages added to Ship-to Address Table

Description: The ability to add a Specification field to table 222 (Ship-to Address). The Specifications are displayed on the following pages:

Page 301: Ship-to Address List
Page 300: Ship-to Address Card

 

Bug Fixed

Master Date Hierarchy

Issue: Error in Master Data Hierarchy

Description: An error has been identified in the Master Data Hierarchy . The issue occurs when creating a hierarchy in the Master Data Hierarchy and assigning an item to a specific category.

This has now been fixed

 

Redesign

Specification Search

The functionality Search Item Function has changed name to Specification Search

Enhancement

Subscription and Master Data Information 

Feature: Copy Master Data Information from Subscription Order to Sales Invoice

Description: When creating a sales invoice from a subscription order, the Master Data Information on the subscription order should be automatically copied to the sales invoice. This ensures that all relevant data is transferred accurately and consistently, streamlining the invoicing process.

 

Enhancement

 

Feature: Addition of Master Data Information to Package No. Information

Description: Master Data Information will now be added to the Package No. Information and made visible on the following pages:

Page 6516: Package No. Information List
Page 6526: Package No. Information Card

 

Bug Fixed

Variant Handling

Issue: Inconsistent Field Lengths for Style Template and Code Fields

Description: There is an inconsistency in field lengths between the Style Template field and the Code field on the Master Data Import Template list. The Style Template field length is currently set to 20 characters, while the Code field length is set to 30 characters.

This has now been fixed

 


2024 and Earlier


Version 25.2.202450.114626

Release date: 13. December 2024

Change Type

Area

Description

Details

Enhancement

Replicate Master Data (Specification on Pages)

The functionality Replicate Master Data has change name to Specification on Pages

Enhancement

Specification on Pages

In earlier version the user had to navigate to the Master Data Setup to lookup the Specification on Pages (former Replicate Master Data)
It is now possible to lookup of the Specification on Pages menu from anywhere, using the ALT Q search function

Enhancement

Information Matrix

Need field types has been added, to be able to use these fields in the context of the Data Validation Type chosen when creating the Information Code.

E.g. if an Information Code has been created as a Date field, a new field has been created to dublicate the value in the Value field to the new ValueDate field, which is of the type Date, so this field can be used for filtering properly.

 

This has been done for all the Datetypes:

Enhancement

Item Search (Specification Search)

The functionality Item Search has changed name to Specification Search. The functionality works for Items for now, but in future release this functionality will work for Customers and Vendors as well, therefor the change of name. 
- The Specification Search allows users to search for more criteria when looking up items on a purchase og sales document

Enhancement

Specification Search

If the Master Data Information feature Specification Search/Item Search hasn't been enabled, the user will be given a message to enable this when looking up the Specification Search Setup

Enhancement

Specification Search

It is now possible to setup whether the Item Specification Search list should be sorted Ascending or Descending.

Enhancement

Specification Search

It is now possible to show the Specification Search String in the Item Specification Search to be able to see the parameters in the string

Enhancement

Specification on Pages

The Information Codes that has been added to the Item Table using the function Specification on Pages, is now shown in the Item lookup list from the sales and purchase documents

Enhancement

Specification on Pages

The Information Codes that has been added to the Item Table using the function Specification on Pages, is now shown in the Item Specification Search list from the sales and purchase documents

Bug fixes

 

When an Information Code was created as a Date field and this field was added to a given master data (item, customer e.g.) the field didn't validate properly whether the inserted value was a date or not. This has now been fixed

 

Enhancement

Specification on Pages

The Sales Header table and associated pages have been extended to include 10 Specification on Pages fields

Version 25.0.202443.109941

Release date: 25. October 2024

Change Type

Area

Description

Details

Bug fixes

Master Data Import Worksheet

Users can now use the same item number multiple times on a sales order without Item Variant Handling

 

Bug fixes

Master Data Import Worksheet

 Fixed filter error in Master Data Import Worksheet when changing Batch Name.

 

Bug fixes

Master data on documents

Attachments are now downloaded correctly.

 

Bug fixes

Master data on documents

Issues with Copying Master Data from Sales Credit Memo

 

Bug fixes

Master data on documents

Fixed error when inserting new values in Master Data on sales invoices

 

Bug fixes

Master data on documents

Ensured existence check for Sales Order Master Data Lines

 

Bug fixes

Sales Documents

Sales order Lines now displays correctly if master data information is installed but not activated

 

New Feature

 

Added Master Data Information to Company Information

 

New Feature

 

Added Master Data Information fields to Planned and Finished Production Order pages

 

New Feature

 

Users can now access a quick start menu from both the “Tell Me” search bar and a wizard for easier navigation

 

New Feature

 

Master Data fields are now transferred to the Sales Order Archive

 

New Feature

 

Users can use more advanced control the view of their master data factbox

 

New Feature(Preview)

Item Attributes

Integrated to Item Attributes and AI for text generation for shopify Integration

 

 

 

Users can now save the same filename with different content on Azure Blob Storage

 

 

Version 24.4.202439.105622

Release date: 23. September 2024

Change Type

Area

Description

Details

New Feature

 

Master data on documents "Action when posting" on purchase documents.

 

New Feature

 

Create Item String Search for agile search of Items

 

 

Version 24.4.202435.102381

Release date: 30. August 2024

Change Type

Area

Description

Details

Bug Fixes

Extended Text

Deleting an information code or value now also removes the associated extended text

 

Bug Fixes

 

Fixed issue where the Style Sheet could not generate variants in some cases

 

Bug Fixes

 

Corrected code error on page extension “SCB 682 POSubform Ext”

 

Bug Fixes

 

“Item Variant Handling” heading now only appears if the feature is enabled

 

Bug Fixes

Master Data Import Worksheet

Resolved batch import failure in Master Data Import Worksheet.

 

Bug Fixes

Long Item Description

Fixed issue with excluding item description in Long Item Description

 

Bug Fixes

 

Resolved error when creating an order with recurring sales lines.

 

Bug Fixes

Archived Entries

Selecting a specific information code now correctly opens related archived entries.

 

New Feature

Replicate functionality

Replicated Master Data Information from Sales Quote to Archived Sales Quote.

 

User Experience

 

Favorite Information lines filter from correct type

 

User Experience

Performance

Improved performance for showing Archive Entries and refactored duplicate code

 

New Feature

 

Added action to update descriptions after changing default language in MDI Setup.

 

New Feature

 

Improved functionality of “Clear all Marks”.

 

New Feature

 

Changes to “Auto Insert Information Value” functionality.

 

New Feature

Copy Items

Display Production Order number on “Copy Items” page.

 

New Feature

Long Descriptions

‘Update Long Descriptions’ report now works for Item Variants.

 

New Feature

 

Added pop-up box when creating a document from the customer card

 

 

Version 24.2.202425.96439

Release date: 18. June 2024

Change Type

Area

Description

Details

Bug Fixes

 

Fixed “SelectStr 6 from static label out of range” error when searching specifications.

 

Bug Fixes

 

Resolved issue where the “Long Description” field becomes blank.

 

Bug Fixes

 

Fixed failure when creating new purchase lines

 

User Experience

Master Data Import Worksheet

Prevent multiple users from importing data into the Master Data Import Worksheet simultaneously

 

New Feature

 

Adjustments to Variant Handling during testing of variant functionality

 

New Feature

Replicate functionality

Added the ability to include Replicate Fields in the Assembly Order Header

 

New Feature

Replicate functionality

Salespersons can now view Replicate fields on the Sales Quote List without navigating into each card

 

New Feature

 

Manufacturers can now input master data information for planned production orders

 

New Feature

 

Improved handling of missing setups when creating production orders

 

New Feature

Replicate functionality

Users can now use Replicate fields on Item Reference

 

Bug Fixes

 

Fixed issue where incorrect values are displayed on the Sales Order header when inserting values

 

 

Version 24.0.202422.94529

Release date: 27. May 2024

Change Type

Area

Description

Details

Redesign

 

Replace implicit Enum and Option casts with explicit in ReadOnly APIs

 

 

Version 24.0.202417.91435

Release date: 22. April 2024

Change Type

Area

Description

Details

Depending on

 

App Manager ver. 24.0.202417.91440

 

Enhancement

 

Updates for Business Central Version 24

 

Bug fixed

Order Matrix

Create Supply Orders action is shown in Order Matrix

 

New Feature

MDI Matrix

It is possible in a draft in BC, to select several lines using shortcut keys and then press <CTRL>+<DEL> to delete the lines.

 

Bug fixed

Replicate functionality

This now works correctly with “Replicate MDI on Page” records of Master Data Field Type “Value” using the same Related Information Code, but different Information Values

link

New Feature

 

Add Master Data Information to page:

Sales Retur Order (header and lines)

Purchase Invoice (header and lines)

Posted Warehouse receiept (header and lines)

Job Planning Lines (header and lines)

Posted Purchase Receipt Header (header)

Purchase Prices List (New price experience

 

Bug fixed

 

It is possibility to rename item no. on a Sales Order Line

 

New Feature

 

Possibility of fixed sorting on MDI Archive records on descending date

 

Bug Fixed

 

When inserting master data on a sales and purchase line DeleteMasterDataOnDocumentsWithConfirm is only called if a new item is used for the change. Otherwise, it is checked whether master data exists, and if so, this is deleted (without asking the user).

 

 

Version 23.0.202410.87720

Release date: 08. March 2024

Change Type

Description

Bug fix

You will no longer be blocked by entering Production Orders

Bug fix

Possibility to download file on Firm production order.

 

Version 23.0.202410.87625

Release date: 29. February 2024

Change Type

Description

Bug fix

Fixed update error due to update master data information on documents breaks Sell-to customer on Sales Header.

Bug fix

Master Data Information: Replicate fields deletes values first time they are entered

Enhancement

Extra index needed on Master Data Archive Entries

 

Version 23.0.202409.86815

Release date: 25. February 2024

Change Type

Description

New Feature

Added a refresh when changing location filter on "Order Matrix"(which opens from item card)

New Feature

Move code to table validate trigger from page trigger on Master Data on Documents table to block for inserting to many characters through API

New Feature

Being able to Copy Master Date Import Template

New Feature

Being able to copy Information Matrix Template

New Feature

add or remove mark directly from list pages are now supported for Item, Customer, Vendor
Add Mark.png

Changed

Replicate fields is now showing on the page for Sales Credit Memos

Changed

Master Data Information Replicate Update fields action should be hidden

Changed

Changing Master Data Replicate Field did not Cleanup existing fields or update fields correct

Changed

Block for being able to change the entry no. to avoid presents challenges when using entry no. 0 in Master data Hierarchy as this is reserved for parent record.

Changed

Opening Information Matrix from Sales Order Line did not filter on correct field

Changed

Block for Entry No. to be the same as Parent Entry No. in Master Data Relations to avoid messing up the relations.

Changed

Images added on quotes does not get transferred when using action Make Order / Make Invoice

Changed

Converting from Sales Quote to Sales Order do not move Replicate fields

Changed

Copy Item Unit Of Measure fail due to optimistic concurrency error when using Transferfields

Changed

Cascade deletion of item relations ondelete trigger to make it more user friendly when working with hierakies

 

Version 23.0.202402.83292

Release date: 11. January 2024

Change Type

Description

New Feature

View all extended text on several levels and be abel to see all levels at once.

New Feature

View all extended text (HTML temporery) on several levels and be abel to see all levels at once.

New Feature

Added master data on Item Unit of Measure incl. replicate fields.

New Feature

Option for sorting of Master Data Information Hierachy (see How To guide).

Performance

Refactor performance break

 

Version 23.0.202347.79541

Release date: 24. November 2023

Change Type

Description

New Feature

Extend API with new endpoints - Master Data Archice Entries

Bug fix

Change/delete Information value on Information entry does not update Entended text

Bug fix

Replicate Master Data Information, when changing related Information Code/Master data field type/Information value in the setup fields on the card aren't cleared

Bug fix

Remove an Replicate Master Data Information field, leaves the content in the table

Bug fix

Rename Trigger, do not trigger the archive function correct.

Performance

Added extra hot tables to skip on global event OnAfterOnDatabaseDelete for performance optimization.

 

Version 23.0.202344.77925

Release date: 02. November 2023

Change Type

Description

New Feature

When using Replicate fields it is now possible also to replicate the Master Data type "Description". 

Bug fix

Error when opening all archieved logs for an Lot / serie no. from list page

Bug fix

Deleting a Line in Information entry- doesn't delete entries in Extended text, for Information language

Bug fix

Renaming a Sub Type on a Information code in Information code list, doesn't update the Information Code on Information entry

Bug fix

When deleting an Information Value- extended text is not deleted

 

Version 23.0.202343.77207

Release date: 24. October 2023

Change Type

Description

New Feature

When using Replicate fields on entries, it now possible in the Information matrix, to use the field from the Master Data table, and fields on the page will also be updated when when changing information in the matrix

New Feature

Sorting Level are inherited from Information Value code on entries assign the Information value 

Enhancement

Variant handling: When returning to the Sales order from Item Variant Overview, and information box will no longer be visible on the screen for accepting, that lines are added or updated. The information will now been shown as notifications at the top of the document.  

Enhancement

Variant Handling: Total Variant Qty, is no longer editable, as this is always calculated based on the variant lines quantity. 

Bug fix

Variant Handling: If Default Item Qty is set to true in Sales & Receivable setup, QTY is filled out with 1 on Style master lines. This is now deleted for the lines type. 

Bug fix

Can't delete and "Blank" Information Code, if a Master Data Hierarki has been configured

Bug fix

Wrong filter on Search Templates when opening from Lot no.

Bug fix

Specification search, from Item tracking doesn't work

Enhancement

Performance at "Copy Lot. no" function

New Feature

Option to log Same Information Value/Value in Master Data Information Entries log. 

In the Master Data Archive Setup, personalize the page and add the setup "Log Same Values", and enable the option, if you want the log to be made, if the same value is set again. 

Version 23.0.202341.76218

Release date: 10. October 2023

Change Type

Description

Enhancement

Updates for Business Central Version 23

New Feature

G/L Accounts has been extended with Master data Information

Bug fix

Factbox fails to load pictures, if one picture fails

Bug fix

When changing an attachment on Information Value, it is not updated on related entries

Bug fix

Log setup on Master Data Information, doesn't include new Information value, in log entries

Bug fix

Specification Match search, doesn't show the whole primary key, making it 

Bug fix

Master Data Achieve Entries, does not contain value on key fields- making it impossible to see the key of the logged entry.  

New feature

To fill values into key fields, on older entries logged Master Data Achieve Entries. An action for this have been added to Master Data Information Setup. 

Bug fix

Validation code hinders deletion on Information Entry, if key field 1, has been manipulated to contained more data then allowed. 
It is now possible to manual delete the entries on other entities than Item. 

 

Version 22.0.202337.73796

Release date: 14. September 2023

Change Type

Description

Bug Fix

New Record from Information value list does not filter on correct information Code when doing a lookup

 

Version 22.0.202337.73546

Release date: 12. September 2023

Dependent on Business Central v. 22

Change Type

Description

Enhancement

The placement of Master Data Information Actions has been given a makeover, which should make it more user friendly.

Enhancement

Information Setup on Entities such as customers, items etc. have been simplified, to make the setup page more simply to view. A card view have been added making it possible to open in card view, with more fields visible. With personalization it is possible to add more fields til both the list and card. 

Bug Fix

Errors in the way Description and Long Description is created. In version 22.0.202322.65385, we fixed the issue that Description weren't included even though it has been setup in Description setup. It was by an mistake always set in front of the whole text created. This was en error, it should have been added at the end- which it has been corrected to now. 

New Feature

In Description setup, it is now possible to add a Sign after Description. This can also be forced to be shown even though no text comes after it. This check should be personalized to be shown on the page, but is called Force sign. 

New Feature

Ignore Test of Parent Group. With a setup on the Master Data Information Setup the strict hierarchy can be disabled. 

New Feature

Edit Master Data Achieve Posts, if a mistake has been made. 

Bug Fix

Error when opening Documents, if the user does not have permissions to Master Data Information

Bug Fix

Open Extended texts, filtered wrongly and didn't show the correct texts. 

Depreciated 

The Setup on Master Data Information "Show Attachment or File Placement Fields on Specifications" are no longer active, and will be removed from future releases. As of this version, file placement is always shown on all setup pages regardless of the subtype of Master Data Information.

 

Enhancement of actions in Master Data information

On entities such as Customers, Items etc. a Actions Group named Master Data Information have been promoted, in which all Master Data Information actions have been collected in. Making them easier to find.   

 

On documents, the Master Data on Documents on the document header, have been aligned, so the actions is placed the same place.  

It has been placed under the "Document Name" group. 

 

Master Data on Documents on the document lines are still placed under "line"

 

Enhancement of Information Setup

The Information Setup has been simplified to show less informations as a standard. We have added a card view possibility to see more advanced setup. 

Both card and list can be personalized with more fields- to suit the users best. 

 

 

Version 22.0.202333.71313

Release date 14-08-2023

Change Type

Description

New feature

In function Add value to line, used in Information Matrixes, it is now possible to lookup in Master Data Information Values. So that you don't have to write them manually. 
This is a new feature in the App version, but a feature that was been previously been supported before Master Data Information was supported on Saas.  

Bug fix

Error when using the function "Suggest Master Data Relations" has been fixed

Bug fix

Opening Archieved entries from Master Data Matrix failed

Bug fix

View all Archieved entries on a lot.no didn't show all entries

Bug fixes

Changes on Master Data Relations and Master Data Item Relations, on field Entry No. Thus making the field editable by default on any pages that might display it. 

Enhancement

Not possible to Insert a Master Data group with a gap in the numbering. They need to be in order, to ensure user aren't getting misleading errors when setting up Master Data relations. 

In next version Menu struktur in Master Data Information will be updated, prior to the v. 23 release of Business Central.  

 

Version 22.0.202329.69294

Release date 17-07-2023

Change Type

Description

Bug fix

Performance optimization when upgrading to new version

 

Version 22.0.202325.67234

Release date 22-06-2023

Change Type

Description

Bug fix

Favorit setup for Factbox on LOT no. list showed wrong information

Bug fix

Error when using action "Import from Specification search" in Information Matrix 

Bug fix

Favorit setup for Factboxes with blank User ID, failed. 

New Feature

API for Master Data Information -documentation will follow

 

Version 22.0.202322.65385

Release date 31-05-2023

Change Type

Description

Bug fix

"Long Description" Item does not include text from "Description", even though the setup is set in Create Long description

Bug fix

Import worksheet, doesn't load data when Using Excel field

Bug fix

Can't add Master Data Information Value in Information Value List 

Bug fix

Style Master Filter on orders, will be cleared when leaving the order. 

Bug fix

Error when working with Master Data Relations in Master Data Hierarchy

Enhancement

Optimized Tool tips in Variant Handling. 

 

Version 22.0.202318.63122

Release date 02-05-2023

Change Type

Description

Bug fix

Master data replicate fields aren't shown on Purchase Order lines or Purchase quote lines

Bug fix

Replicate captions on Purchase Quote lines, are showing the header captions

Bug fix

Code in Import Template does not match Code in Import Worksheet.

In the “Master Data Import Template List” the Code can hold 30 characters [Code(30)].   But in the “Master Data Import Worksheet” it can only be 20 characters. Both can now hold 30 characters

Bug fix

Max char overflow in import worksheet Description field. The Description field can hold a Text250. But Master Data Import Worksheet is only able to import max 50 character text. Anything above generates an “Import error”.

New feature

In Master data import worksheet, it is now possible to let the import show the first error, when importing. 

 

Version 22.0.202315.61508

Release date 11-04-2023

Change Type

Description

New feature

Possible to enable "Block for editing Quantity on order lines for Items which is Style Master"

Enhancement

Performance optimization for working in Master Data Matrix, with large numbers of records

Enhancement

Sort index on Data Relations, and possibility to recalculate this.   

Enhancement

Check if an Information Code or Value is used in a Master Data Hierachy, then this can't be deleted or renamed

New Feature

Opdate Item Relations from Hierarchy view

Block for edit QTY on Style master order lines

In Master Data Information Setup, enable the feature "Block for edit QTY on Style master order lines". This disables the possibility to edit Quantity on order lines, forcing the user to enter quantity on variant lines instead.   

Version 22.0.202313.60265

Release date 28-03-2023

Change Type

Description

Enhancement

Updates for Business Central Version 22

 

Version 21.1.202309.58084

Released 02-03-2023

Change Type

Description

New Feature

Work with Master Data Variant on Sales Credit Memo and Sales Return Orders

New Feature

Support Ouath2 in sharepoint integration from Master Data Information

New Feature

Posibility to work with Master data information of the type "Text" in bith Single Extended text And Extended text (HTML) 

New Feature

Showing process bar with updating the Master data hierarchy

Enhancement

Menubar has been remodel to work as before Microsofts update on menus.

Enhancement

Performance optimizing in connection to Import Master Data

 

Version 21.1.202301.53653

Released 05-01-2023

Change Type

Description

Bug fix

Transfer of Attachment from Sharepoint to document made corrupt files.  

Bug fix

When using Sales Configurator- Master data information on document couldn't be printed on Documents with Document Customizer. Due to wrong primary key.  

New Feature

Show Lon Item description on Posted Sales Invoice Lines

New Feature

Show Item description on Select items List

New Feature

Replicate Master Data Fields on Purchase Order List added 

Enhancement

On Configuration page of Replicated Master Data it is now possible to choose the Document type first, and the the field. Making the configuration more user friendly. 

Enhancement

Config Dependencies have been rename to Logical Dependencies

Enhancement

Wrong captions corrected. 

Enhancement

New Resource Policy: "includeSourceInSymbolFile": true Making it possible to download source symbols of the app in VS code.

 

Version 21.0.202251.51959 /21.0.202251.52035

Released 13-12-2022/ 14-12-2022

Change Type

Description

Bug fix

Long item description included Item Description despite the setup in Master Information Setup

 

Version 21.0.202248.50388

Released 24-11-2022

Change Type

Description

New Feature

Master Data on Documents on Warehouse Shipment and Posted Warehouse Shipment. 

New Feature

Replicate Master Data fields on Warehouse Shipment and Posted Warehouse Shipment

New Feature

Transfer Master Data On Sales Order til Warehouse Document

Bug fix

Replicate Master Data fields on Sales Invoice header was never shown

Bug fix

Replicate Master Data fields on Posted Sales Invoice line shows wrong caption

Bug fix

Rename of Information Value and its description didn't update on Items, Customers and Vendors

Bug fix

Look up in Master Data Matrix, on fields with Logical Dependencies, didn't take these dependencies into consideration.  

Bug fix

When using Item description in Long Item description. Item translation wasn't handled, even though a language was configured on the Item and in Master Data Information setup. 

 

How-to setup Replicate fields on documents. 

https://abakion.zendesk.com/hc/en-us/articles/4745830347676-Show-Master-Data-Infomation-directly-on-card-and-lists

 

Transfer Master Data On Sales Order til Warehouse Document

To transfer Master data information from the Sales order to the Warehouse Shipment set the marc in Master Data on Documents or in the Master data on documents setup. 

 

mceclip0.png

 

 

Version 21.0.202246.49221

Released 10-11-2022

Change Type

Description

New Feature

Work with Master Data Hierarki in different languages

User Experience

In Master Date Hierarki, "Edit list" has been removed an replaced with "Master Data Relations" action. 

Bug fix

Description in Master Data hierarki, i shown based on Information value description instead of Information code. 

Bug fix

Missing filter on Extended text for Information Code/Information Value/Value, when opening pages on item. 

Bug fix

Item references with a length of more than 30 characters, failed when adding Master Data Information. 

Bug fix

Item discounts weren't handled when using Variant Items

New Feature

Option to get Master Data Variant prices, from Style Master or from the  Style variant items.  

Enhancement

Updates for Business Central Version 21

 

Description of Item prices with Variant items. 

https://abakion.zendesk.com/knowledge/articles/6562669247004/en-us?brand_id=814601

 

Version 20.5.202241.46282

Release Date 05-10-2022

 

Change Type

Description

Bug fix

Reservation entries deleted when order is released

Bug fix

Variant code on Purchase Order disappearing when Order is Released

Bug fix

Item Tracking added to Purchase Lines regardless of Item's Item Tracking Code

 

Version 20.3.202241.46273

Released 04-10-2022

Change Type

Description

New Feature

Import Sharepoint files with Master Data Import Worksheet 

Bug fix

Pop-up messages on Debitor and Kreditor didn't work

Bug fix

Few fix to replicate MDI on Productions orders

Enhancement

Performance optimization when deleting Master Data Information

 

Version 20.3.202239.45362

Released 23-09-2022

Change Type

Description

New Feature

Replicate Master Data Information on Firm Planned, Released Productions orders as well a Productions Order Lines 

Bug fix

Master Data Information files set directly in Information setup ( Items, Customers, Vendors) weren't transferred to Master data on Documents 

Bug fix

Export to Excel fails if an obsoleted field with special character come before new field

 

Version 20.3.202238.44710

Released 15-08-2022

Change Type

Description

Bug fix

Master data replicate fields are not shown on Sales Credit memo

Bug fix

Select a folder on the Sharepoint site gave an error

Bug fix

Error when importing more than one phane in Master Data Import Worksheet

 

Version 20.3.202229.40214

Released 15-07-2022

Change Type

Description

New feature

Master data information on Salespeople/Purchaser

New feature

Possibility to control if Pop-up messages should be shown on Sales OR Purchase documents Or on both.

Bug fix

Using Item Substitution not possible when Master Data Information is enabled

Bug fix

Support for folders in Azure Blob storage, when Sharepoint didn't have any containers

Bug fix

Update variant order, when both increase and decrease prices when in- and decrease quantity

 

Version 20.0.202224.37416

Released 08-06-2022

Change Type

Description

New feature

Long item description is added to more warehouse documents

New feature

Optimized actions and pages for Master Data Variants handling

Bug fix

Copying items with Master data fails on dimensions 

Bug fix

Error on Batch import with Master Data Import Worksheet 

Bug fix

Create variants with Master Data fails if pricelist is inactive 

 

Version 20.0.202218.34245

Released: 28-04-2022

Change Type

Description

New feature

Master Data Information is now possible to set on Assets

New feature

Variant functionality- now also possible to calculate Style line for variants on Sales Blanket Order 

Bug fix

Lookup in Matrix, didn't validate values correctly into the field. So values were not saved

Bug fix

Information matrix- an empty line was automatically added to the matrix when importing informations. 

Bug fix

Copy Item with Master Data Information- Base Unit of measure wasn't copied correctly, in the Unit of measure table.

Bug fix

Copy Serial No. Information and Lot. No Information with Master Data Information, resulted in an error.

Bug fix

Master Data Import Worksheet- issues with importing a combination og Information Code and Value

Bug fix

Variant: Calculation of prices was not correct when using the Variant Order view

 

Version 19.4.202213.31257

Released 24-03-2022

Change Type

Description

Bug fix

Unable to browse folder in container to choose correct file

Bug fix

Action missing after move to the new Price structure

 

Version 19.4.202213.30967

Change Type

Description

New feature

Support of the new Price structure in Master Data Copy item function

New feature

Support og Handling URL links for Master data information files.

Bug fix

Copying of Items, didn't validate prices into price list. 

Bug fix

Creation of Variant items, didn't copy Unit of measure in the Unit of measure table or price list. These are both fixed

 

Version 19.2.202209.28840

Released 21-02-2022

Change Type

Description

New feature

Add Number from a number serie in the Item Matrix. 

New feature

Configure to see Master Data Information directly on pages and list, without opening Master data informationslist. Supported on Item, Debitor, Kreditor and a list of dokuments.  

Read more here:  Show Master Data Information directly on card and lists

New Feature

In the Variant functionality, it si now possible to add items manually yo sales lines, and afterward collecting thin in a Master Style line

Bug fix

Small bugs are corrected in the version.  

 

Version 19.0.202149.23320

Released 03-12-2021

Change Type

Description

New Feature

Master Data Variant solution

New Feature

Master Data Information can now be set on Sales Prises

New Feature

Master Data Information can now be set on “Ship-to” kodes

New Feature

Support of attaching files directly on Specifications - used in E-commerce

Bug fix

Master Data Information is now again available on Item References- Microsoft had introduced new functionality and the app needed to support this. 

Bug fix

Correction of Credit memo, with Master Data Information on the lines. If there were more then two sales lines on the Posted Invoice, then the creation of a Credit memo failed- This has been corrected.