nerdexam
Microsoft

MB-500 · Question #378

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is B. No. Use the recurring integrations API Is asynchronous. Files and data packages both accepted. Use the Data management package API. Only works for data packages. Use the OData endpoint. OData endpoint is synchronous. Need a synchronous transfer. Note: Summary of Integrations in…

Implement data and application integration

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You are integrating a third-party application with Dynamics 365 Finance. The incoming integration sends a high volume of data that contains journal lines that must be imported into Dynamics 365 Finance. You must import a Microsoft Excel file from the third party that contains the journal lines without the third-party application waiting for data to be processed. You need to select the appropriate integration API. Solution: Use the Data management package API. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    93% (28)

Explanation

  • Use the recurring integrations API Is asynchronous. Files and data packages both accepted. * Use the Data management package API. Only works for data packages. * Use the OData endpoint. OData endpoint is synchronous. Need a synchronous transfer. Note: Summary of Integrations in Dynamics 365 for Finance and Operations * Use the recurring integrations API Recurring integrations API Batch job is scheduled in Finance and Operations Blob storage is used to 'feed' the recurring import data job (upload import file) Blob storage is used to 'get' the exported data created by the recurring export job (download Files and data packages both accepted REST and SOAP protocols can be used Service type is custom service * Use the Data management package API. Data management framework's API Scheduling outside Finance and Operations Only data packages REST protocol only Service type is OData * Use the OData endpoint. OData endpoint is synchronous. Need a synchronous transfer. Integrations Utilizing OData Service The pattern is OData, it is synchronous and there is a batch scheduled within Dynamics 365 Finance and Operations. * Microsoft Office Integration - An example for MS Office integration; when you open master data (Vendor) in MS Excel for editing, edit the data, then import it back to Dynamics 365 Finance and Operations, it uses Data Entity and DMF and consumes OData for export and import. * Mobile App Integration - For example, when you create a mobile app for a Tablet, which allows you to enter a sales order, when you click on Submit, it creates the sales order in real time in Dynamics 365 Finance * Third Party Integrations - Using OData endpoint and services which can be consumed by third party web sites and integration web services. - For example, you have a home builder third party application and you enter a new customer and contract using your web-based internet site, then your integration interface sends the customer details and contact information to Dynamics 365 Finance and Operations, where the new customer details with contact information will be created in real time. https://community.dynamics.com/blogs/post/?postid=cedd2d40-0563-4132-be29-aea2d0240e0f https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-

Topics

#async integration#journal lines#D365 Finance#data integration

Community Discussion

No community discussion yet for this question.

Full MB-500 Practice