Difference between revisions of "Dual-write"

From Power Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
== Microsoft Resources ==
 
== Microsoft Resources ==
 
* [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-home-page Dual-write home page]
 
* [https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/dual-write/dual-write-home-page Dual-write home page]
 +
* [https://cloudblogs.microsoft.com/dynamics365/it/2020/03/27/dual-write-automates-data-flow-between-dynamics-365-applications-and-common-data-service/ Dual-write automates data flow between Dynamics 365 applications and Common Data Service] Blogpost announcing Dual Write 2020-03-27
  
 
== Community Resources ==
 
== Community Resources ==
 
* [https://ariste.info/en/2021/03/develop-custom-data-entities-dual-write/ Develop custom Data Entities for Dual-write] by Adrià Ariste 2021-03-29
 
* [https://ariste.info/en/2021/03/develop-custom-data-entities-dual-write/ Develop custom Data Entities for Dual-write] by Adrià Ariste 2021-03-29
 
* [https://daxture.blogspot.com/search/label/Dual%20Write Dual Write articles by Faisal Fareed]
 
* [https://daxture.blogspot.com/search/label/Dual%20Write Dual Write articles by Faisal Fareed]

Revision as of 13:53, 29 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