Hello there,
I have a strange issue: I've added a new column of type float-quantity in document lines.
When I assign a decimal value to the column only the integer part is passed:
double dPallet = (double)123.45;oMatrix.Columns.Item("U_TEST").Cells.Item(Row).Specific.Value = dPallet.ToString().Replace(".", DecSep);
the value in the column is 123
I'had tried without replacing the decimal separator (I read it from OADM) but still not working.
if write it by hand it let decimal values !!!
SAP B1 8.82 PL7
thanks in advance
Pierre