Need some help here:
We have modified the Payables Batch Transaction List Report in our GP 2013 to add 1 field (Vendor Terms) and change the sort order of the report to Alpha by Vendor. (The reason for editing the report was to assist with a project we are developing that uses GP Integration Manager to import our payables invoices from another SQL backend (our ERP system) into GP Payables.)
Since editing this report, we are encountering an issue where blocks of transactions are being repeated within the report. For example, a block of 5 transactions from one vendor will repeat several times within the report, causing the report's bottom-line totals to be incorrect. The same report may contain a second (, third or more) block of repeated transactions from other vendors as well. The actual payables entries within GP is NOT repeated, so the issue is definitely limited only to the report itself. Additionally, we have the same issue occur in this report when performing manual payables entries AND when importing our payables using Integration Manager.
As the blocks of repeated entries are not limited to one vendor, I don't believe the issue is being caused by something about a specific vendor.
From what I know about SQL queries, I can speculate that this type of repetition can be caused by using an incorrect join when pulling data from various tables. Since we added the vendor terms to the report, I am guessing that whatever join is being used may be causing some rows to repeat when the report is rendered.
Is this something that someone else has perhaps run into in the past?
Does anyone know which stored procedure is being called when this report is run? I would like to try to manually run this report's SP (if possible) and see if we can isolate where the repetition is coming from.
Any other insight or advise would be helpful...
Much appreciate the assistance,
Thank you all in advance,
*This post is locked for comments