You are a Dynamics 365 Finance developer.
You have a virtual machine that includes Visual Studio.
You need to display the elements by model.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D.B.
1
In Microsoft Visual Studio, on the Dynamics 365 menu, click Model Management > Refresh Models.
2
Open Application Explorer by clicking View > Application Explorer.
3
Right-click the AOT root node, and then click Model view.
A list of installed models is displayed.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/manage-runtime-packagesTo display the elements by model in Dynamics 365 Finance, you can use the Model View feature in Visual Studio. The Model View provides an easy way to view and manage the elements within a model. Here are the steps to access the Model View:
This will display the Model View, which is a hierarchical view of all the elements in your environment, organized by model. You can expand each model to see the elements within it, such as tables, forms, classes, and reports. You can also use the search box to quickly find specific elements within a model.
Option A, selecting Model management from the menu and then selecting View all package dependences, displays the dependencies for a package, not the elements within a model.
Option C, selecting Metadata Search from the Dynamics 365 menu, allows you to search for metadata elements by name, but it does not provide a view organized by model.
Option D, selecting Model Management from the menu and then selecting Refresh Models, updates the list of models in your environment, but it does not provide a view of the elements within each model.
Therefore, the correct answer is option B, right-clicking the Application Object Tree (AOT) node in Application Explorer and selecting Model View.