Hello everyone,
I'm facing an issue in Business Central related to unit of measure conversion precision.
I have an item (a metal sheet) that is purchased in kilograms (KG), but its base unit of measure is pieces (PZ). To produce 1 PZ of this item, 480 KG of material are required.
In the "Item Units of Measure" table, I defined the conversion as:
1 PZ = 480 KG, which implies that 1 KG = 1 / 480 = 0.00208.
However, Business Central rounds this value to 5 decimal places, so the system stores 0.00208.
The problem is that when I multiply:
480 × 0.00208 = 0.9984,
which is not equal to 1, and this causes discrepancies in inventory and costing.
Unfortunately, the customer does not want to reverse the units of measure (i.e., set KG as the base and PZ as the alternate), which would solve the issue more easily.
Has anyone encountered this limitation before? Is there a standard workaround to increase the precision or handle this conversion more accurately without changing the base unit?
Thanks in advance for your help!