Application Explorer

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

Application Explorer is a tool in Visual Studio that provides a view into the model store in Microsoft Dynamics AX. You can use Application Explorer to view model elements in the model store and perform tasks. Application Explorer is only available in Visual Studio after you have installed the Visual Studio Tools as part of your Microsoft Dynamics AX installation process. For more information, see Install Visual Studio Tools. For more information about Microsoft Dynamics AX development with Visual Studio, see the following:

To open Application Explorer, do the following:

  1. In Visual Studio, click View > Application Explorer.

Note

The Application Explorer window opens in the last saved position. To reposition the window, right-click the title bar and select a docking option.

The following illustration shows the Application Explorer window in Visual Studio. The root node or top-level node shows you information about the model store. The format of the data in the root node is <Configuration Name> (Layer Name) [Model Name]>. You can configure Application Explorer to reference a specific Microsoft Dynamics AX client configuration. For more information, see How to: Open Visual Studio with a Specific Configuration.

Application Explorer window

Application Explorer Features

The following table lists some of the features of Application Explorer and describes how to use these features.

Feature

Description

Multi-select operations

You can select multiple elements in the Application Explorer, adjacent or nonadjacent, by using the SHIFT or CTRL keys. For more information, see Keyboard Shortcuts in Application Explorer.

Edit

You can right-click some elements in Application Explorer and select Edit. Depending on which item is selected, the appropriate editor will run. For example, if you right-click a project in the C Sharp Projects folder, the system will open Visual Studio and the currently selected project.

Drag-and-drop operations from Application Explorer

Application Explorer supports drag-and-drop operations. This means you can use the mouse to drag elements from the Application Explorer window to a project or solution in Visual Studio. For example, you can add an X++ class to a project by dragging it from the Classes node in the Application Explorer to an open project in Solution Explorer.

Find as you type

To navigate in Application Explorer, you can use the "find as you type" feature by typing a letter on the keyboard. For example, when focused on the SSRS Reports > Reports expanded node, typing the letter d will move the focus to the next report that starts with the letter d.

Shortcut menus

When you right-click an element, a shortcut menu is displayed with options specific to the selected item. If you use multi-select, only options applicable to all of the selected elements are available from the shortcut menu.

View code

When you right-click a method, a job, or a macro, you can select View code. The code for that element appears in the Visual Studio code editor.

Window docking

You can dock Application Explorer by using the standard Visual Studio docking window commands. In addition, you can float the Application Explorer window anywhere inside, or even outside the Visual Studio user interface. To change docking options, right-click the Application Explorer window title bar, and then click a new docking option.

Tip

If you make changes in the Application Object Tree (AOT) in MorphX when you have Visual Studio open, those changes may not be immediately reflected in Application Explorer; for example, if you add a new class in the AOT. To refresh Application Explorer, right-click the Classes node and then click Refresh.

See also

Keyboard Shortcuts in Application Explorer

How to: Open Visual Studio with a Specific Configuration

Visual Studio Integration