Synchronize On-Premises Product Management Application with Dynamics 365 Supply Chain Management

Synchronization of On-Premises Product Management Application with Dynamics 365 Supply Chain Management

Question

A company uses an on-premises product management application that manages 200 products.

Product information does not change frequently.

You need to synchronize data between the application and Dynamics 365 Supply Chain Management.

Data in Dynamics 365 Supply Chain Management must update in near real time when changes are made in the application.

What should you recommend?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.

https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/integration-overview

To synchronize data between an on-premises product management application and Dynamics 365 Supply Chain Management, there are several integration options available in Dynamics 365. These options are designed to enable near-real-time data synchronization between different systems.

A. OData: OData (Open Data Protocol) is a RESTful web API protocol that can be used to integrate Dynamics 365 Supply Chain Management with external systems. OData allows for real-time data synchronization and supports data filtering, sorting, and pagination. It is a good choice for scenarios where data updates are frequent, and real-time data synchronization is required. However, OData can be complex to configure and can have performance issues when dealing with large datasets.

B. Batch data API: The Batch data API enables data integration between Dynamics 365 Supply Chain Management and external systems using batch processing. Batch data API can be used to integrate large data sets that do not require real-time synchronization. It is a good choice when data updates are infrequent, and real-time synchronization is not required.

C. Application Integration Framework: The Application Integration Framework (AIF) is a tool that enables integration between Dynamics 365 Supply Chain Management and external systems. AIF provides a set of services that can be used to create and publish custom web services that can be consumed by external systems. AIF supports both real-time and batch data synchronization. It is a good choice for scenarios where custom integrations are required.

D. Lifecycle Services: Lifecycle Services (LCS) is a cloud-based collaboration platform that can be used to manage the lifecycle of a Dynamics 365 implementation. LCS provides a set of tools that can be used to manage data migration and integration between Dynamics 365 Supply Chain Management and external systems. It supports both real-time and batch data synchronization. It is a good choice when data migration and integration are part of a larger project.

Based on the scenario provided, where product information does not change frequently and data updates need to be in near real-time, the best option is A. OData.