The Fields and Formulas/Functions (Fields & Fx) menu allows you to find dependencies for a selected field or global function.
This means you can identify all the formulas that use a specific field or global function.
Why This is Useful
When modifying or deleting a field or global function, this feature helps you verify its impact on the rest of the database.
Dependency Impact Levels
There are three levels of impact, represented by three different badges:
The number displayed inside the badge represents the total number of dependencies.
Understanding Dependencies
A field can have multiple dependencies, and each dependency may also have its own dependencies.
This hierarchical structure helps in understanding how changes to a field or function affect the database.
Direct use
Select a Table or Global Functions Line:
Use the dropdown menu on the left to select a table or the "Global Functions" line.
Select a Field or function:
Use the dropdown menu on the right to select a field or function - from the previously selected table or the global functions. Using the Field Editor
You can also directly click on the badge above the field in the field list.
This automatically opens the Ninext Popup, selecting the corresponding table and field.
Accessing the selected Field or Function
Click the "Modify" button to the right of the field list.
For Global Functions, the script editor for the global functions trigger opens, highlighting the relevant function.
Direct Access to the Script
Hover over a result row, and a "Modify" button appears. Clicking this button displays the source code containing the dependency, with the relevant part highlighted.