In this article I cover different ways to navigate to a dashboard in Acumatica ERP.
Redirection from Generic Inquiry
Let’s start with the simple example of navigation to a dashboard from a generic inquiry. For this example I use generic inquiry that just shows a list of customers.
Our goal in this example is to add navigation from the generic inquiry to the Customer View dashboard for specific customer.
To do that we need to edit the generic inquiry as following:
- Open the generic inquiry in edit mode and open Navigation tab. Click Plus button in Screens section.
- Select sitemap node corresponding to the destination dashboard.
- As the dashboard in this example contains one parameter, the parameters becomes available in the Navigation Parameters grid. Select the value that we are going to use for filter on the dashboard.
- Go to Results Grid tab and use defined navigation in Navigate To column for some field.
As a result, we now have the generic inquiry with a link redirecting user to the dashboard. It is possible to setup as many different navigations as needed, so different fields on the same row can redirect user to different screens.
Dashboard as a Side Panel in Generic Inquiry
Now let’s improve usability of the previous example. For different user scenarios it may be beneficial to have different redirection behavior. For some scenarios navigation in the same window is preferable, for another scenario navigation to the new browser window is the best fit. You can define navigation behavior on the Navigation Tab for each navigation separately.
There are four navigation modes:
- Same Tab
- New Tab
- Pop-Up Window
- Side Panel
First three are self explanatory, but the fourth one needs additional introduction. Starting from 2018 R2 version of Acumatica ERP it is possible to define one or several side panels for generic inquiries.
Using Side Panel navigation you can define dashboards that can depend on currently selected row, reports, and data entry screens. It is even possible to use other Generic Inquiries as a side panel for a generic inquiries.
Redirection to a Dashboard from Any Screen
Starting from Acumatica ERP version 2020 R1 it is possible to create actions for navigation to a dashboard. That’s how it can be done:
- Go to customization projects screen and customize existing screen. After that navigate to Actions section of the screen.
- Add new action
- Select needed dashboard as your destination screen.
- Select needed Window Mode
- Fill dashboard parameters using fields from the screen.
As a result you’ll get new button on the screen that navigates user to a dashboard keeping context of the record users sees on the screen.
Thanks for sharing, this I want to know