nerdexam
Microsoft

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…

Design and develop AOT elements

Question

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 actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

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)
  • A
    94% (44)
  • B
    2% (1)
  • C
    4% (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

#extension model#model configuration#package dependencies#assembly

Community Discussion

No community discussion yet for this question.

Full MB-500 Practice