It's possible to get into this mess without modifying EDTs. If AX is storing on-hand inventory to 3 or 4 decimal places, you'll be able to see it by looking at records in InventSum directly in SQL. Use the InventDim table to find the InventDimId of the line that error'd. Then look in InventSum for the record with that InventDimId and ItemId.
↧