MB-500 · Question #59
You are developing a customization for Dynamics 365 Unified Operations. The customization must extend objects from the Application Foundation package. You need to create and configure a new model…
The correct answer is C. Reference the Application Foundation package when creating the extension model. D. Create a new model that builds into two its own separate assembly. You'll need to reference Application Foundation before you can extend any classes from it. The correct sequence would be D - Create the new model, followed by C - Reference Application Creating an extension class can only be done after this…
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 two its own separate assembly.
- ECreate a new model that is part of an existing package.
How the community answered
(20 responses)- A15% (3)
- B5% (1)
- C70% (14)
- E10% (2)
Explanation
You'll need to reference Application Foundation before you can extend any classes from it. The correct sequence would be D - Create the new model, followed by C - Reference Application Creating an extension class can only be done after this. 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.