Показать сообщение отдельно
Старый 23.07.2010, 07:12   #1  
Blog bot is offline
Blog bot
Участник
 
25,644 / 848 (80) +++++++
Регистрация: 28.10.2006
Dynamics AX Sustained Engineering: Issue in Vendor payment history when posting multiple vendor transactions on the same voucher
Источник: http://blogs.technet.com/b/dynamicsa...e-voucher.aspx
==============

Scenario:

When posting multiple vendor transactions on the same voucher the Vendor payment history inquiry may not appear as expected.

Resolution:

To resolve the issue the following change can be made to \Forms\VendorPaymentHistory\Data Sources\VendInvoiceJour\Methods\initQueryforEPandCheckInvoices

From:

...
select firstonly VendTransId from ledgJourTrans
where ledgJourTrans.Voucher ==_lastSettleVoucher
&& ledgJourTrans.VendTransId;
...

To:

...
select firstonly VendTransId from ledgJourTrans
where ledgJourTrans.Voucher ==_lastSettleVoucher
&& ledgJourTrans.AccountNum == vendAccount
&& ledgJourTrans.VendTransId;
...




Источник: http://blogs.technet.com/b/dynamicsa...e-voucher.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.