Reputation: 29
I am trying to create a GI in Acumatica that shows inventory allocations. I already have an inventory allocation details set up in acumatica.
I want to show only certain fields in a GI. I want to show Allocation Type, Allocation Date, and Qty.
When I try to find the table it turns out to be a temp table or filter.
Is there any way to get around this? I am fairly new at creating gi's, but I have an idea of how it works.
Upvotes: 0
Views: 496
Reputation: 5613
The filter on this page is filled in on entry of the inventory ID, warehouse, location, subitem. Using these DACs in a GI will not work.
You could use some of the IN*Status tables for totals otherwise the INItemPlan table represents the detail in the grid combined with INPlanType for description of allocation type.
Upvotes: 1