Microsoft Dynamics 365 Core Finance and Operations — Question 65

Your company attends a conference where many part suppliers will be in attendance. Your supplier relations executives meet with suppliers to discuss contracts with your company at the conference.
You are building a mobile app to support the discussions. The mobile app must access multiple data entities within Dynamics 365 Finance. Data operations must be synchronous and provide minor updates to existing information.
You need to implement a data access technology.
Which data access technology should you use?

Answer options

Correct answer: B

Explanation

OData APIs are the best choice for accessing Dynamics 365 Finance data synchronously, as they are designed for such operations and enable minor updates efficiently. Business events are more suited for notifications rather than data access, ADO.NET is more complex for this scenario and isn't tailored for Dynamics 365, while the Data management framework is generally used for bulk data operations, not for minor, synchronous updates.