Reference manual

Dependency view

The dependency view gives an overview of how other objects use the current object and how the current object uses other objects. The view is selected with the View selector buttons and has sections for Usages (incoming references) and Usings (outgoing references)

Hold the Shift key and select one or more columns to sort. Multiple clicks on the same column reverses the order.

If you feel the view is a little cramped, you can open the view in a separate window by right-clicking the Dependencies view selector button or by clicking Ctrl + Shift + D.

Prism for AL dependency view
Dependencies view.
# Name Description
1 Search field Enter a name and id search expression to narrow down the results. The filtering works against both object name and object number.
2 Used By Overview of how the current object is used by other objects. The title is post-fixed with total count and optionally number of results filtered out.
3 Using Overview of how the current object uses other objects. The title is post-fixed with total count and optionally number of results filtered out.
4 Module (grouping) Results are grouped by module.
5 Go Navigate to the object and stay in the dependency view.
6 Type The object type.
7 Id The object Id.
8 Name The object name.
9 Dependency types The type of object dependency.
10 Checkmark A checkmark indicates that the object, here page Customer List has a SourceTable dependency to current object (table Customer).
11 Used by object name functionality Click the object name to navigate. The full object context menu is available. Notice however, that Find usages works like a drill-down: Selecting Find usages on page Customer Detail FactBox" will return all object dependencies to the current object (table Customer) from page Customer Detail FactBox.
12 Using object name functionality Click the object name to navigate. The full object context menu is available. Notice however, that Find usages works like a drill-down: Selecting Find usages on table Customer Price Group will return all object dependencies from the current object (table Customer) to table Customer Price Group.