Review/run the SQL query below against the TWO or Fabrikam database. Can anyone tell me why QTYBSUOM field would be set to 0 in the Fabrikam for some of the Inventory transactions?
My understanding of this field is that it is a QTY In Base U Of M. For any transaction, if the Quantity in base is never 0 - system does not allow it on the Unit of Measure Schedule setup window. Any thoughts?
Select QTYBSUOM, * From TWO.dbo.IV30300 where QTYBSUOM = 0
*This post is locked for comments
I have the same question (0)