Difference between revisions of "Dual-write"

From Power Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
* Changing the owning team for "global tables": [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/user-specified-team-owner User-specified team owner]
 
* Changing the owning team for "global tables": [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/user-specified-team-owner User-specified team owner]
 
* Setting default companies on records in CRM: [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/company-data Company concept in Dataverse]
 
* Setting default companies on records in CRM: [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/company-data Company concept in Dataverse]
 +
* Troubleshooting initial sync issues [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-troubleshooting-initial-sync Troubleshoot issues during initial synchronization]
 +
For instance, if customers have a self-references or circular references (like "Billing Account" or "Primary Contact") you might get errors, see [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-troubleshooting-initial-sync#self-reference-or-circular-reference-failures-during-initial-synchronization Self-reference or circular reference failures during initial synchronization]
  
 
== Microsoft Resources ==
 
== Microsoft Resources ==

Revision as of 09:05, 1 March 2022

Dual-write is an out-of-box infrastructure which can be setup to provide "near-real-time" integration between Dataverse/Dynamics 365 CE apps and Finance and Operations apps.

Here follows some links which might be worth taking a look at when learning how to set-up dual-write.

Also have a look at this article by Faisal Fareed: Steps to follow when refresh dual-write integrated environments (FO and CE)

For instance, if customers have a self-references or circular references (like "Billing Account" or "Primary Contact") you might get errors, see Self-reference or circular reference failures during initial synchronization

Microsoft Resources

Community Resources