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
- A. Drag the form from Application Explorer to the project.
- B. Create a new class that extends the form.
- C. Create an extension of the standard form in the AOT and add it to the project.
- D. Add the form directly to the project and add the new fields.
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.