Hi,
Just letting you know that we discovered an issue when using the CustOutPaymControl report.
Reproduction scenario is:
- Accounts Receivable > Journals > Payments > Payment Journal
- Click button Lines
- Click button Functions > Generate payments
- Choose 'Export payments using service' + Show format dialog (+ make sure that you're using a Method of payment)
- Choose 'Print control report' at the bottom and click 'Ok'
Current behaviour is that you get an error thrown: 'Parameter TmpTableDataRecId does not exist'.
It seems that there's a bug in the following method:
CustOutPaymControlAIFController.preRunModifyContract()
It should initialise the parameters in the RDPContract instead of the RDLContract.
We fixed it as such and it works now. The fix makes the code also consistent with the implementation in CustOutPaymControlController.
I reported this through Microsoft Technical Support & they acknowledged the issue.
Hope this helps anyone :)
Grts,
T