Pick up Dataverse changes in Business Central

Business Central can sync your data with Dataverse. This sync is working with the Job Queue.
So everytime you run the Job Queue the entries are synced.
With Business Central 2022 wave 2 you can trigger that Job Queue from Dataverse. In this way you sync is near real time! This feature isn’t yet listed on the release note (New and planned features for Dynamics 365 Business Central, 2022 release wave 2 | Microsoft Docs).
To do this Microsoft created an API page:

And on the OnInsert() trigger from the table “Dataverse Entity Change” you can see that is triggers the Job Queue for the specific “Integration Table Mapping”:

In this way you can create a Power Automate flow that triggers the specific table:

In this way you can have a better sync with Dataverse and Business Central.
Leave a Reply