Hi,
my scenario:
D365 BC 20 On-Premise
Dataverse/Dynamics 365 Sales Online
D365 BC is integrated with Dataverse using data-sync hybrid Dataverse Connection Setup. (Standard native data-sync connector)
In BC23.5 and previous versions, we cannot add new integration tables other than the default tables. We need to go through complex AL customizations.
I am trying to create this custom scenario:
- I want to create standalone code and prevent the automatic creation of Microsoft default records in the 'Integration Table Mapping' (5335) table. My goal is to have only my custom records appear when clicking 'Use Default Synchronization Setup';
- Contacts created in Business Central must be imported into Dataverse and can only be updated from Business Central;
- Contacts created in Dataverse must be imported into Business Central and can only be updated from Dataverse.
However, I'm not sure if it's enough to use one-direction way (from/to integration) or two way direction (bidirectional)...
Could someone suugest me any compatible integration logic, please?
Could someone provide me any AL code sample, please?
Could someone help me, please?
Thanks!