Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.96 KB

File metadata and controls

46 lines (28 loc) · 1.96 KB
title description author ms.author ms.topic ms.date ms.reviewer audience ms.search.region ms.search.validFrom ms.dyn365.ops.version ms.assetid
Commands for determining how elements are used
Learn about the commands that have been added to the Microsoft Visual studio Tools to help you determine how elements are used in an application.
josaw1
josaw
article
06/20/2017
josaw
Developer
Global
2016-02-28
AX 7.0.0
e9590e78-6aae-4c3a-b50b-786351cfc0ff

Commands for determining how elements are used

[!include banner]

This article reviews the commands that have been added to the Microsoft Visual studio Tools to help you determine how elements are used in an application.

Because of the large number of elements in a typical application, commands have been added to the Microsoft Visual Studio Tools to make it easier to determine how an element is used.

Finding where elements are used

During build operations, cross-reference information is generated that can be used to show how elements are used. You can right-click an element and then click Find References to display a list of the locations where that element is used. When you click one of the items in the list, the designer for the element opens.

23_DevoToolsConcept.

Viewing a reference diagram

When you right-click some higher-level elements, such as tables, the View Reference command is available. This command produces a graphic that shows the elements that are related to the current element. You can right-click the items in the graphic and then click Go To Definition to navigate to those elements.

24_DevoToolsConcept.

Additional resources

Development tools in Visual Studio

Element designers

[!INCLUDEfooter-include]