Dynamics 365 Finance and SCM Integration Patterns

D365 FO Integration Design and Patterns

Blog about Dynamics 365 Finance and SCM Integration Patterns and learnings using azure integration services.

D365 Finance and Operations integration using BYOD

This blog explains the integration option to export data entities from Dynamics 365 F&O into a Microsoft Azure SQL database. D365FO provides a feature via Data Management Frame called bring your own database (BYOD). The BYOD feature lets D365 administrators export one or more data entities that are available in D365FO into an Azure SQL database. The BYOD feature lets: Define one or more SQL databases that admin can export D365 FO entity data into.Export either all the records (full push) or only the records that have changed or been deleted (incremental push).Use the rich scheduling capabilities of the batch…

Integration Design Patterns for D365 FO

Dynamics 365 for Unified Operations has evolved into purpose-built applications to help you manage business functions. This would mean that there would be integration with diverse systems. The blog describes integration patterns, integration scenarios, and best practices. There is a number of ways users can interact with the D365 UO. There are different ways to populate data to Dynamics 365 UO and retrieve data from D365 UO. In my personal opinion, the integration option can be decided based on the following three criteria Retrieve data from D365 UO or Populate data to D365 UOReal-Time interaction with D365UO or Batch processing…

Dynamics 365 FO Integration using Business Events

This blog describes a method to use Azure Integration with Dynamics 365 FO Business Events. The Dynamics 365 FO Business Events can send events/trigger/notification to external applications such as Azure Integrations, which can use this trigger to handle specific integration or business process scenarios. The Events existed in Finance and Operations were previously confined to use within Finance and Operations. The new capability provides a framework that will allow business processes in Finance and Operations to capture business events as business processes are executed and send the events to an external system or application. More about business event can be…