Does anyone know why numeric UDF's to IM_AliasItemNumber are rounded to two decimals even though the mask is set to three?
I can add 3 decimal UDF's in lots of places, but not in the IM_AliasItemNumber table (except through DFD&M).
The field is plenty wide on the screen, but a value such as 1.234 will get rounded to 1.230 when the UDF mask is #,###.000 and 1.456 will get rounded to 1.46.
The same mask in AR_Customer, and CI_Item, and PO Detail all work to 3 decimals.
Does anyone know why this is?