I got problem when creating a sales order, wheyn typing the order line,
message error was " The value of ROUND parametre 2 is outside the permitted range"
Does anybody have this experince?
I am facing the same issue. When I change the Amount Rounding Precision to 1, I cannot post the payment in payment journal. The message is "The amount % need to be rounded...". Does anyone have any idea about this?
Function EnsertGLEntry(CalcAddCurrResiduals)
IF GLEntry.Amount <> ROUND(GLEntry.Amount) THEN
GLEntry.FIELDERROR(Amount,STRSUBSTNO(Text000,GLEntry.Amount));
Thanks,
hant
P/S: the issue happened when we made an apply entry for this payment.
Did you set it up before or after?
Remove the applies to and let it post. Do the application afterwards.
What is the amound of the payment and what is amount of the invoice that you are aplying?
Ahmed Rashed Amini
Independent Consultant/Developer
I set it up before doing payment. The payment and invoice are in USD. Our LCY is VND. If I post payment without doing apply, it's OK. But if I set apply payment at the same time with invoice, I got the error.
Oh ok so different currency. Ok every currency has then it's own
"Amount Rounding Precision" and "Appln. Rounding Precision" . In currency table you can change them.
Ahmed Rashed Amini
Independent Consultant/Developer
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Function EnsertGLEntry(CalcAddCurrResiduals)
IF GLEntry.Amount <> ROUND(GLEntry.Amount) THEN
GLEntry.FIELDERROR(Amount,STRSUBSTNO(Text000,GLEntry.Amount));
Thanks,
hant
P/S: the issue happened when we made an apply entry for this payment.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Remove the applies to and let it post. Do the application afterwards.
What is the amound of the payment and what is amount of the invoice that you are aplying?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
"Amount Rounding Precision" and "Appln. Rounding Precision" . In currency table you can change them.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n