Skip to main content
Solved

Request for URL-Based Dashboard Filtering in Acumatica

  • April 30, 2026
  • 1 reply
  • 23 views

Hi,
We are trying to filter a field in an Acumatica dashboard through the URL, but we do not see any possibility of achieving this. Could you please confirm if there is a way to accomplish this?

 

Example: 
We have a custom dashboard called Production Status with a parameter Work Center. Through the URL, we would like to filter the dashboard to show only WC100.

 

Is there a supported method to apply such parameter-based filtering via URL?

 

Thanks

Best answer by FarhanaM60

Use Generic Inquiry (GI) Screen instead

GI does support URL parameters

url/Main?ScreenId=GI000123&WorkCenter=WC100

Works if:

Parameter exists in GI

Properly mapped

 

If you need URL-based filtering:

Use Generic Inquiry screen directly instead of dashboard

1 reply

Forum|alt.badge.img+1
  • Semi-Pro I
  • Answer
  • May 5, 2026

Use Generic Inquiry (GI) Screen instead

GI does support URL parameters

url/Main?ScreenId=GI000123&WorkCenter=WC100

Works if:

Parameter exists in GI

Properly mapped

 

If you need URL-based filtering:

Use Generic Inquiry screen directly instead of dashboard