Home / Questions / What are the two types of models that can be created?
Explanatory Question

What are the two types of models that can be created?

👁 19 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Using the Create model wizard in Visual Studio, you can create:

  1. A model deployed in its own package

    • Recommended approach

    • Supports extensions and new elements

    • Simplifies ALM and deployments

  2. A model that is part of an existing package

    • Allows overlays

    • Can cause future upgrade issues

    • Not recommended for new development

Microsoft strongly recommends extensions over overlays.