Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 28

A company uses Dynamics 365 Finance.

You must add fields to a standard Dynamics 365 Finance form by using Visual Studio.

You need to create an extension for the form.

What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating an extension of the standard form in the AOT allows for modifications without altering the original form, which is essential for maintainability. Option A is incorrect as simply dragging the form does not create an extension. Option B does not achieve the goal of extending the form directly. Option D is incorrect because it suggests modifying the original form directly, which is not recommended.