Skip to main content
Answer

Need help joining Inventory table with InUnit table

  • April 29, 2024
  • 1 reply
  • 70 views

Forum|alt.badge.img

Building a GI that will display Inventory items along with the data from the InUnit table (conversions).

Ex. 

My GI keeps giving me duplicate records such as below:

I’m not sure where the conversion factor of 1 is coming from in this case. Here are the joins:

 

Best answer by lauraj46

Hi @jwarren ,

I believe that Acumatica creates a default record for every stock item using the base UOM. 

You could add a join condition: InventoryItem.BaseUnit Not Equal InUnit.FromUnit

Hope this helps!

Laura

1 reply

lauraj46
Captain II
Forum|alt.badge.img+8
  • Captain II
  • Answer
  • April 29, 2024

Hi @jwarren ,

I believe that Acumatica creates a default record for every stock item using the base UOM. 

You could add a join condition: InventoryItem.BaseUnit Not Equal InUnit.FromUnit

Hope this helps!

Laura