Data Exchange Definition problem with decimals
-
Data Exchange Definition problem with decimals
We are trying to use this to export an ACH, but when there is a trailing zero in the amount, the line gets truncated. We have found that the “Data Format” field is completely ignored for decimal fields by codeunit 10331. The decimal field gets formatted as “Format(Decimal,0,1)”, padded to length and THEN the decimal point is removed, leaving it short. We can’t believe this has been in use for several years, there has to be a solution?
Log in to reply.