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

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

Question

DRAG DROP - You are a Dynamics 365 Finance developer.

You have a report in an existing model that connects with the following objects: -> in-memory table -> data provider class -> controller class -> contract class The report is locked for modifications.

You need to create an extension of the in-memory table in a model and you add the new field to the extension.

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

Create a duplicate from the report in the model
and add the new field on the report design.

Create an extension of the existing report controller
class in the model. Update the class logic to point
to the new report.

Create a duplicate from the existing data provider

class in the model. Update the class to fill the value
of the newly added field.

Create a duplicate from the existing report
controller class in the model. Update the class logic
to point to the new report.

Create an extension of the existing data provider
class in the model. Update the class to fill the value
of the newly added field.

Answer Area

Explanations

Actions

Create a duplicate from the report in the model
and add the new field on the report design.

Create an extension of the existing report controller
class in the model. Update the class logic to point
to the new report.

Create a duplicate from the existing data provider
class in the model. Update the class to fill the value
of the newly added field.

Create a duplicate from the existing report
controller class in the model. Update the class logic
to point to the new report.

Create an extension of the existing data provider
class in the model. Update the class to fill the value
of the newly added field.

Answer Area

Create a duplicate from the report in the model

and add the new field on the report design.

Create a duplicate from the existing report
controller class in the model. Update the class logic
to point to the new report.

Create an extension of the existing data provider
class in the model. Update the class to fill the value
of the newly added field.