QuestionQ92

Design and develop AOT elements

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 this extension.

Which two actions should you take? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Choose two
  • A Create an extension class that references the Application Foundation.
  • B Assign the model to the USR layer.
  • C Reference the Application Foundation package when creating the extension model.
  • D Create a new model that builds into its own separate assembly.
  • E Create a new model that is part of an existing package.
Explanation

An extension model must reference the Application Foundation package so it can access and extend its objects. Extension models are created in a new package and compile into their own separate assembly; placing a new model in an existing package is intended for legacy overlayering scenarios.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!