MB-500 · Question #325
You are developing a model extension for Dynamics 365 Finance that extends objects from the Application Foundation package. You need to create and configure a new model for the extension. Which two…
The correct answer is A. Create an extension class that references the Application Foundation. D. Create a new model that builds into its own separate assembly. A: You must create a class. D: Extension lets you extend existing artifacts in a new model. A model that contains only extension customizations can be compiled into its own assembly and be deployed in its own package…
Question
Options
- ACreate an extension class that references the Application Foundation.
- BAssign the model to the USR layer.
- CReference the Application Foundation package when creating the extension model.
- DCreate a new model that builds into its own separate assembly.
- ECreate a new model that is part of an existing package.
How the community answered
(47 responses)- A94% (44)
- B2% (1)
- C4% (2)
Explanation
A: You must create a class. D: Extension lets you extend existing artifacts in a new model. A model that contains only extension customizations can be compiled into its own assembly and be deployed in its own package. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/class- https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/model-split
Topics
Community Discussion
No community discussion yet for this question.