MB-700 · Question #30
A client has a third-party warehouse management system. Data from the system must be integrated with Dynamics 365 Finance in near real-time. You need to determine an integration solution. Which two…
The correct answer is A. OData D. Business events. Near real-time integration requires solutions that can exchange data with minimal delay, triggered by events rather than schedules. OData (A) provides a RESTful API layer over D365 data entities allowing external systems to read and write data on demand, supporting near…
Question
Options
- AOData
- BBatch data API processed daily
- CData management
- DBusiness events
How the community answered
(20 responses)- A80% (16)
- B5% (1)
- C15% (3)
Explanation
Near real-time integration requires solutions that can exchange data with minimal delay, triggered by events rather than schedules. OData (A) provides a RESTful API layer over D365 data entities allowing external systems to read and write data on demand, supporting near real-time scenarios. Business events (D) allow D365 to push outbound notifications to external systems the moment a business transaction occurs, enabling the WMS to react immediately. Batch data API processed daily (B) is explicitly periodic and not near real-time. Data management (C) is primarily a bulk import/export framework designed for large file-based data loads, not real-time or near real-time exchange.
Topics
Community Discussion
No community discussion yet for this question.