Microsoft Dynamics 365: Finance and Operations Apps Developer — Question 42
You are developing a model extension for Dynamics 365 Finance.
You must create a model extension that extends objects from the Application suite package.
You need to create and configure a new model for the extension.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. Assign a model to the VAR layer.
- B. Create a new model and add a reference to the Application Suite package.
- C. Create an extension class that references a class that exists in the Application Suite.
- D. Create a new model that is part of an existing Application Suite package.
Correct answer: B, C
Explanation
The correct actions are B and C because creating a new model with a reference to the Application Suite allows for proper extension, and an extension class that references the Application Suite class is essential for functionality. Options A and D are incorrect as they do not directly contribute to the required model extension process.