
Hello community,
I was able to add the Item Group field to the filter pane on the InventOnHandItem form.
Current Status: ItemGroupId is now visible in the filter pane dropdown and I’m currently showing the Item Group using a display method on the form extension.
What’s Not Working: When I select an Item Group (e.g., Audio) in the filter pane, the grid does not filter items based on that group and I want the main grid on the form to show only items from the selected Item Group.
What I Tried:
1. Used a display method to show ItemGroupId (not sure if filtering will work through this).
2. I added the InventItemGroupItem table to a query and used it as a data source in the form.
But still, filtering does not apply in the grid based on the selected group.
Need Help With: What’s the best approach to make the grid filter based on the Item Group selected?
Any guidance would be highly appreciated.
Thanks!
-Mihir Kumar