Microsoft Dynamics NAV Amount needs to be rounded in G/L When posting Disposal in FA G/L Journal

CBN_1CBN_1 Member Posts: 3
we are geting this error Microsoft Dynamics NAV Amount needs to be rounded in G/L When posting Disposal in FA G/L Journal in Nav 2018. How can this be resolved?

Answers

  • vaprogvaprog Member Posts: 1,116
    This is not an error caused by the user doing something wrong, but an error either caused be an incorrect modification or extension of NAV functionality in code, or by manipulating values directly in database tables bypassing NAV's validation logic.

    A developper needs to check, where the error is thrown or what Amount exactly casuses the error (using the debugger or other debugging techniques). Then they must determine, how this value came to be and fix, whatever caused it, and either regenerate the values or round the value properly and check that this does not introduce rounding errors anywhere.
Sign In or Register to comment.