✏️ Explanatory Question

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

👁 19 Views
📘 Detailed Answer
🟡 Medium
19
Total Views
10
Related Qs
0%
Progress
💡

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.