D365 FO Integration Design and Patterns
Blog about Dynamics 365 Finance and SCM Integration Patterns and learnings using azure integration services.
D365 FO introduces New user-based service protection API limits
To ensure the consistent availability, reliability, and performance of the D365FO service protecting against extraordinary usage, Microsoft will be introducing user-based service protection API limits.
D365 FO: Priority based throttling for integrations
Dynamics 365 FO: Priority based throttling for integrations. The impact and possible remediation
D365 FO: Set financial dimension value using oData
Set financial dimension values using oData integration for Dynamics 365 FinOps (D365FO). Set Financial dimension configuration for integrating applications .
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…
Recurring Integration in Finance and Operations using DMF
This Blog describes implementing Recurring Integration in Dynamics Finance and Operations using the REST API of the DMF Recurring Integration Module.
D365FO business event integration with Azure Function App
Dynamics 365 FInOps (D365FO) business event integration with the third-party application using Azure Function App, Logic Apps, APIM, and WebAPIs.
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…
D365 FO: Integration with DMF using REST API
Integration of Dynamics 365 FO DMF using REST API to export import Data to and from D365FO via Data file/package. Impementation in .Net C#
Data Task automation in D365 Finance and Operations
Data Task automation is a feature in D365 Finance and Operations Data Management framework. The end-to-end steps for D365 DMF DTA.