Question 21 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question 21 of 103 from exam MB-500: Microsoft Dynamics 365: Finance and Operations Apps Developer

Question

DRAG DROP - A company implements Dynamics 365 finance and operations apps.

You are developing code to consume OData service endpoints.

You complete the application registration process and gather the details required to create a C# console application.

You need to ensure that the console application interacts with Dynamics 365 Finance OData services.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Actions

Add the custom OData service endpoints.
in the ODataClient list.

Add the OData v4 client code generator.

Point the MetadataDocumentUri variable
to the Dynamics 365 Finance instance.

Generate proxy classes.

©
@

Answer Area

OO

Explanations

Actions

Answer Area

Add the OData v4 client code generator.

Add the custom OData service endpoints
in the ODataClient list.

VO

Generate proxy classes.

Point the MetadataDocumentUri variable

to the Dynamics 365 Finance instance.

OO

Step 1: Add the OData v4 client code generator Install OData Client Code Generator Step 2: Add the custom OData service endpoints to the ODataClient list After you downloaded, installed the OData V4 Client Code Generator and restart the Visual Studio you will be able to find and add OData Client' item into our project.

Step 3: Generate proxy classes - Step 4: Point the MetaDataDocumentURI variable top the Dynamics 365 Finance instance You need to set MetaDataDocumentURI, which is generated by the OData Code Generator.

https://devblogs.microsoft.com/odata/tutorial-sample-how-to-use-odata-client-code-generator-to-generate-client-side-proxy-class/ https://www.netwoven.com/2018/05/29/how-to-create-client-side-odata-proxy-dll-for-microsoft-dynamics-365-for-finance-and-operations-ax/