Release Date: 09. March 2026
Bug Fixes
Specification on Pages
Team Member users can again update sales quotes with assembly items in BC 27.3 when using Master Data Information (MDI).
In Business Central 27.3 a breaking change caused Team Member users to receive a license/permission error when updating sales quotes that included assembly items, if the Master Data Information (MDI) app was installed.
Root cause was identified in MDI Codeunit 6082805, which subscribes to the OnAfterUpdateAsm event and attempted to Modify the Assembly Header (Table 900) as part of replicating MDI data. Since Team Member licenses do not have Modify permission on this table, the operation resulted in a NavEntitlementPermissionException (Error code: 18023810) when Team Member users updated affected sales quotes.
In this release we have:
Confirmed that Codeunit 6082805 and the related table are part of the Master Data Information (BC682) app.
Updated the event subscriber logic so that it uses the correct entitlement for modifications on the Assembly Header and no longer performs an unauthorized Modify operation for Team Member users.
Ensured that the MDI data replication to the Assembly Header continues to work as expected for users with sufficient permissions.
Result
Team Member users can again update sales quotes with assemblies in BC 27.3, as they could in BC 27.2, without triggering permission errors.
Users with full licenses remain unaffected.