We ran the customer statement report for a Canadian customer (we are in the US) using a statement style of Open Item and Balance. We have a discrepancy between the two reports, in Total amounts, ranging from $7 this month all the way to over $15000 6 months ago. What is the best way to go about trouble shooting this issue in order to resolve the problem? Thank you in advance for your kind attention.
0
Comments
If you do it for another customer - is that customer off too or just this one?
http://www.BiloBeauty.com
http://www.autismspeaks.org
This is often caused by users directly posting into your G/L A/R accounts.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Besides that, another reason can be that the filters are different in the two reports, either the hardcoded ones or the ones set by the user. You can debug it by placing ERROR(RecordVariableOrDataItem.GETFILTERS); in the code of the reports at strategic places - usually OnBeforeDataItem triggers - and comparing them. Or better yet, make it a standard that you put textboxes with SourceExpression = RecordVariableOrDataItem.GETFILTERS into the header of reports - thus both the users and you can always see how the data that is shown in the report is filtered.