AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register

An example of Navigation in Acumatica 6

February 21, 2017 by John Doe Updated

Navigation in Acumatica 6 allows for “drill down”, “drill across”, and “drill up” behavior in Generic Inquiries. Here is an example of Navigation in action.

During one of my presentations at Acumatica Summit 2017, entitled Business Intelligence for Business Leaders, I showed an example of how you can use the new Navigation feature in Acumatica 6 to create “drill down” behavior in generic inquiries.

Click here for the slides and other information from that presentation.

In order to achieve the “drill down”, “drill across”, and “drill up” behavior, we need to create multiple generic inquiries, then come back and link them together using the new Navigation tab in Acumatica 6.

 

Overview

Before we dive into the “how to”, let’s step back and take a look at the end result that we want to achieve.

First, we want to have a Generic Inquiry that gives us a list of customers with a few pieces of information about them (screenshot below).

Then, we want to be able to “drill in” to a customer to see the invoices for that customer using the Drill Down hyperlink pictured below.

An example of Navigation in Acumatica 6

The result of clicking the Drill Down hyperlink is that the user will “feel” like they are moving into the screen to “see” the list of Invoices that are “hiding” behind the customer. When, actually, all that is happening is that the user is taken to another generic inquiry, but a filter is automatically applied based on the customer row that the user clicked on.

The result of clicking Drill Down in the first screenshot is that you are taken to the Invoices generic inquiry which looks like this:

An example of Navigation in Acumatica 6

When the user clicks the Drill Down hyperlink in the screenshot above, they are then taken to a third generic inquiry and a filter is applied, but again they “feel” like they are drilling into more detail, this time to see the invoice lines that are hiding behind the invoice that they clicked on which is handled by the Invoice Lines generic inquiry.

An example of Navigation in Acumatica 6

When the user clicks on the Drill Up (not Drill Down) hyperlink in the screenshot above, they are returned to the list of Invoices. So now they feel like they are “drilling out”.

Back at the Invoices level, there is also a hyperlink called Print Invoice that will give the user the impression that they are “drilling across” to see the actual printed version of an invoice.

Of course, you could go and run this report manually, but it’s nice to have it available to you within a generic inquiry at the click of a button.

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

Alright, that’s enough for an overview. Now let’s dive into creating these generic inquiries and setting up the Navigation functionality to have them interact with each other.

Note: I put all three generic inquiries in the FINANCE -> Accounts Receivable -> Work Area -> EXPLORE section of the Acumatica Menu (Site Map), but you could put them anywhere you’d like.

An example of Navigation in Acumatica 6

 

Step 1: Build the Customers Generic Inquiry

In order to build the Customers generic inquiry, I populated the following data in the Generic Inquiry screen in Acumatica.

Each screenshot is showing you the data on each tab. There are two screenshots for the Relations tab because the bottom section changes depending on which row you have highlighted in the top section.

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

 

Step 2: Build the Invoices Generic Inquiry

More of the same here with screenshots of what I put into the Generic Inquiry screen for the Invoices generic inquiry.

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

 

Step 3: Build the Invoice Lines Generic Inquiry

One more to go, the Invoice Lines generic inquiry. Here are some more screenshots:

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

 

Adding Navigation

Alright, so now you’ve got your three generic inquiries.

Now for the cool part.

On the Navigation tab we define what Acumatica screen we want to navigate to in the Screens section. Then, we decide what filter to apply after the navigation is complete using the Navigation Parameters section. The Navigation Parameters section is where you would populate report parameters if the destination screen is a report or populate fields if the destination screen is a data entry screen.

An example of Navigation in Acumatica 6

Note: Currently, the Screens section only allows you to choose an Acumatica screen, but it would be nice in the future if it had the pencil icon like the Data Field column on the Results Grid tab which would allow you to construct a hyperlink using the Expression Editor. This would make it possible to construct any dynamic URL to take the user anywhere, not just to another screen inside of Acumatica.

Once we have defined how the navigation is going to work using the Navigation tab, we then need to determine which fields to use the navigation in (basically, which fields do we want a hyperlink on). You get to decide on a field by field basis back on the Results Grid tab.

An example of Navigation in Acumatica 6

If the Default Navigation checkbox is checked in the screenshot above, then Acumatica will apply it’s normal “try to figure out what an appropriate hyperlink would be” navigation technique.

But you can override the default hyperlink behavior on a field or set a hyperlink on a field that normally would not even have one.

In the Navigate To column in the screenshot above, you can see that we are applying are navigation to only one field (it could be more than one if we wanted) and the field that we are applying it to isn’t even a field value, it’s just a hardcoded value of “Drill Down” which is why we will get a Drill Down hyperlink.

Ok, enough writing, let’s go ahead and add navigation to the three generic inquiries that we created earlier. Here are the screenshots:

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6
An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

An example of Navigation in Acumatica 6

And that’s it, finally you are finished!

Note: Navigation is a feature that first became available in Acumatica 6 so you won’t find it in Acumatica 5.3. However, since Acumatica 6.1 is now on the Long Term Support path as of the time of this writing, it seems like a lot more Acumatica customers will be getting Navigation soon.

 

Filed Under: Acumatica Reporting Tagged With: Acumatica, Acumatica Blog, Acumatica Drill Down, Acumatica Generic Inquiry, Acumatica Learning, Acumatica Navigation, Acumatica Summit 2017, Acumatica Training

Comments

  1. richardduffy says

    March 31, 2017 at 7:56 am

    Nicely documented…thanks Tim!

  2. Mike Schmitt says

    March 30, 2017 at 4:39 pm

    Awesome write-up. Thanks for sharing.

By using this website, you agree to our Terms of Use (click here)
Building Generic Inquiries & Pivot Tables

Online Members

 No online members at the moment

Recent Blog Posts

  • EP 160: How long does it take an Automation Schedule to run in Acumatica (Podcast) November 7, 2025
  • EP 159: Mark Safran – Smartsheet Dashboards with Acumatica data (Podcast) October 29, 2025
  • EP 158: Garrett Rochell – Acumatica Upgades, especially with the Modern UI (Podcast) October 4, 2025
  • acuCONNECT 2025 – Visualizing Inventory Balance $ and Service Level % TOGETHER September 19, 2025
  • EP 157: acuCONNECT 2025 Preparation – Part 4 (Podcast) September 16, 2025

Recent Forum Posts

  • Bronwyn Duprey

    RE: Attribute Input Mask

    Does anyone know where I can find instructions on the f...

    By Bronwyn Duprey , 4 days ago

  • Astra Mathis

    RE: Importing Acumatica User Roles / User Security Permissions from Excel

    @nangel SM651500 Access Rights by Role or SM651700 Acce...

    By Astra Mathis , 4 weeks ago

  • matthewjames

    RE: Generic Inquiry Screenid changes to ScreenId=00000000

    if anyone gets this error again (resetting screen ID to...

    By matthewjames , 1 month ago

  • Travis

    RE: Pick List report suddenly not splitting on Shipment

    I never found a solution initially - here I am 3 years ...

    By Travis , 2 months ago

  • ToonSix

    RE: Feeling Stuck on Making a Sandbox of our Database

    Delete as many snapshots as possible before making a ne...

    By ToonSix , 2 months ago

  • Retha

    RE: Printing Product Labels from Purchase Receipt

    I have read the article on the How to print multiple pr...

    By Retha , 2 months ago

  • Paul Lambert

    RE: Generic Inquiry into Business Event to monitor Import Scenarios

    An idea I've been brainstorming and haven't yet tested ...

    By Paul Lambert , 2 months ago

  • Jacky Mao

    How to make Customer Class ID available in Business Events for AR302000 (Payments and Applications)

    Hi everyone, I’m trying to create a Business Event fo...

    By Jacky Mao , 2 months ago

  • Lunar Windbloom

    Feeling Stuck on Making a Sandbox of our Database

    Hi all! Hope your day is going well! It's finally the...

    By Lunar Windbloom , 3 months ago

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2025 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.