nerdexam
Microsoft

MB-700 · Question #28

A toy manufacturer keeps finished products in a physical warehouse. - The manufacturer and distributor use different inventory control software. - Sales orders are used to move inventory to the…

The correct answer is A. OData B. Custom web service D. Business events. The key requirement is immediate notification to an external system when an order ships. Three valid approaches are: OData (A) - exposes D365 entities as RESTful endpoints the distributor's system can query or that can push data in near real-time; Custom web service (B) - a…

Architect solutions

Question

A toy manufacturer keeps finished products in a physical warehouse. - The manufacturer and distributor use different inventory control software. - Sales orders are used to move inventory to the distributor. - The distributor must be notified immediately when the toy manufacturer ships an order. You need to determine a solution for providing notifications to the distributor's inventory system. What are three possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • AOData
  • BCustom web service
  • CLifecycle Services
  • DBusiness events
  • ERecurring integrations

How the community answered

(49 responses)
  • A
    78% (38)
  • C
    8% (4)
  • E
    14% (7)

Explanation

The key requirement is immediate notification to an external system when an order ships. Three valid approaches are: OData (A) - exposes D365 entities as RESTful endpoints the distributor's system can query or that can push data in near real-time; Custom web service (B) - a developer-built service can be triggered on shipment to call the distributor's system immediately; Business events (D) - D365 Business Events are explicitly designed to fire outbound notifications to external systems when specific business transactions (like a shipment) occur. Lifecycle Services (C) is a platform management and deployment tool, not an integration mechanism. Recurring integrations (E) are scheduled batch operations and cannot deliver immediate notifications.

Topics

#Integration Patterns#Real-time Notifications#D365 F&O Integration#API Communication

Community Discussion

No community discussion yet for this question.

Full MB-700 Practice