Skip to main content
Solved

Request for URL-Based Dashboard Filtering in Acumatica

  • April 30, 2026
  • 3 replies
  • 45 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

3 replies

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


Hi FarhanaM60,

Thank you for the response.
The parameters are working fine in GI as you mentioned.
I have a custom dashboard with multiple parameters, is there a way to do the same to the dashboard URL’s? to show only the data that matches the parameter in URL.

Thanks in advance


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

@PradheepPrabhakaran 
Glad to hear the parameters are working fine in the GI.