Difference between revisions of "Dual-write"
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.
- Step-by-step instructions for enabling Dual-write in Dataverse and FnO: System requirements and prerequisites System requirements and prerequisites.
- Guidance for init sync: Guidance Matrix
- Application lifecycle management / Install the dual-write table maps solution: Managing dual-write - ALM
- Unlink and relink dual-write environments: Relink environments.
Also have a look at this article by Faisal Fareed: Steps to follow when refresh dual-write integrated environments (FO and CE)
- Dual-write mapping reference: Mapping reference
- FAQ: Dual-write FAQ
- Guidance for set-up: Guidance for dual-write setup
- Migrate Prospect to cash data from Data Integrator to dual-write: Migrate Prospect to cash
- Unified Product experience: Product Mapping
- Prospect to cash in dual-write: Dual-write Prospect to Cash
- Changing the owning team for "global tables": User-specified team owner
- Setting default companies on records in CRM: Company concept in Dataverse
- Troubleshooting initial sync issues 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 Self-reference or circular reference failures during initial synchronization
Microsoft Resources
- Dual-write home page
- Dual-write automates data flow between Dynamics 365 applications and Common Data Service Blogpost announcing Dual Write 2020-03-27
Community Resources
- Develop custom Data Entities for Dual-write by Adrià Ariste 2021-03-29
- Dual Write articles by Faisal Fareed