Skip to main content

Changelog

All notable changes to this project will be documented in this file.

info

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

You can read the Microsoft help if you want to update this app to the latest version and are not sure how to do this. We have also created this animation to show you how.

Important
  • Do not update apps while users are working, as it can cause a disruption and loss of work.
  • It is always best to install updates in a Sandbox first and test them to ensure no adverse effects.

25.1.0.0 2025-03-27

  • Added

  • App released to App Source

25.0.2.0 2025-03-20

Fixed

  • Resolved an issue that would occur when transforming values in the destination company.

25.0.1.0 2025-03-19

Fixed

  • An error would occur when synchronising Inserts if the record already existed in the integration company.

Added

  • It is now possible to transform data when it is synchronised. You can read more about this here.
  • We made significant updates to our online help and provided context-sensitive links from Business Central to our online help.

Changed

  • The app now checks that companies are selected for synchronisation when activating the table or updating a record set to be synchronised.

25.0.0.0 2025-03-07

Fixed

  • Resolved an issue where an update to a record could have been skipped if there were multiple updates to the same record in a short period.

Added

  • You can now prevent records with a record restriction from being synchronised. For example, you could have an approval process around when vendor bank account records are updated and you do not want these accounts to be synchronised until the approval process is completed.
  • You can now setup a retention policy for the Master Data Synchronisation Log table. You can read more about this here.
  • It is now possible to skip table triggers. This allows you to handle updates to tables such as Production BOM Header and Production BOM Line.

Changed

  • We have added some automated exception handling to prevent unnecessary manual internventions. You can read more about this here.

24.0.3.0 2024-12-09

Changed

  • Added an error message when a record is not found in the source company.

24.0.2.0 2024-11-22

Added

  • Fixed an issue where the background task failed to trigger data synchronization. (#65958)

24.0.1.0 2024-09-12

Added

  • Added support for DateFormula field.

24.0.0.0 - 2024-07-31

Changed

  • Minor refactoring done for Business Central Wave 1 2024 release.

20.0.0.0 - 2022-11-12

Added

  • Added the Master Data Synchronisation activities part to the following role centres:
    • Accounting Manager
    • Accountant
    • Admin
    • Business Manager

Changed

  • Implemented logic to disable master data synchronisation until the login process is complete. There were two drivers for this:
    • If a user does not have permission for the setup, then they could not log in.
    • We do not want to slow down the login process. Any data that changes during the login process is system driven and this should not be synchronised by this app.
  • Implemented subscription management. If there is no valid subscription plan, users do not receive errors, but the synchronisation messages will get set to suspended and will not be processed.
  • A rename would fail during the synchronisation process if the old record did not exist in the destination company. The logic was updated to rather create the record with the new id.