Multi Entity Management
Release note - November 2025
Section titled “Release note - November 2025”Multi Entity Management for Business Central Cloud
- Released version: 7.11.1.0
Changes in this release
Section titled “Changes in this release”[Update] REST logic
Section titled “[Update] REST logic”Changed the logic for REST to optimize performance
-
Insert triggers will now update all fields inculding Primary keys before inserting. Before this update this proces was preformed using both the insert and modify trigger.
-
Modify triggers will now get the record to modify, using the primary key. Before this update this proces was preformed using the Record-id.
[Fix] REST communication
Section titled “[Fix] REST communication”REST communication between environments, now support setup of Auto-Increment tables.