AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
DAX
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск Все разделы прочитаны

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 25.08.2015, 17:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
emeadaxsupport: Hiding Open Bank Documents from the Bank Reconciliation Worksheet
Источник: http://blogs.msdn.com/b/axsupport/ar...worksheet.aspx
==============

The Bank Reconciliation Worksheet is used to match transactions from a previously imported bank statement, with bank document transactions received or posted in Dynamics AX 2012. The documents that appear on this form cannot be modified and are available only for the purpose of reconciling.

In the event of a bank error, there may be two bank statement lines listed in the imported bank statement and the lines must be reconciled. This can be achieved using Matching rules with "Clear reversal statement lines" actions as explained here.

In an example where a Dynamics AX user posted a Vendor payment journal by mistake. The only way to revert the transaction is to post another Vendor payment journal, with the amount reversed. The problem is that these transactions can never be reconciled and will appear forever in the Bank Reconciliation Worksheet, making the reconciliation process more complicated over the time.



Technically, the transactions appear because ISRECONCILED = 0 in the BANKDOCUMENTTABLE. So, updating this field would remove the transactions from the window.

To be able to identify the transactions that do not need to be reconciled you may have to look for them in the BANKACCOUNTTRANS table first, and then update the BANKDOCUMENTTABLE based on the corresponding SOURCERECID.

For example (values are just for illustration):

select recid, * from BANKACCOUNTTRANS

select recid, * from BANKDOCUMENTTABLE where SOURCERECID in (35637200327, 35637200328)

update BANKDOCUMENTTABLE set ISRECONCILED = 1 where recid in (5637144883, 5637144884)

Make sure to test this properly before updating the production environment.

If you don't feel confortable with the idea of updating the database directly, which is perfectly understandable and actually a good thing, there is an alternative. Since you can match one statement line (Bank side) to many bank documents (AX side), you can mark the documents when reconciling any statement line:





I hope this is helpful!

Bertrand



Notice:

"Microsoft provides programming examples for illustration only, without warranty expressed or implied, including, but not limited to, the implied warranties of merchantability or fitness for a particular purpose. This mail message assumes that you are familiar with the programming language that is being demonstrated and the tools that are used to create and debug procedures." This is not an officially tested solution by Microsoft and should be fully tested before implementation.




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

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
emeadaxsupport: Customizing the Bank reconciliation report to filter currency revaluation transactions Blog bot DAX Blogs 0 11.06.2015 22:11
emeadaxsupport: AX 2012 for Retail: Common practices and brief explanations for daily EPOS procedures and operations Blog bot DAX Blogs 0 11.04.2015 02:19
emeadaxsupport: Advanced bank reconciliation setup in AX 2012 R2 Blog bot DAX Blogs 0 27.05.2014 23:13
emeadaxsupport: AX Content: Advance bank reconciliation for Microsoft Dynamics AX 2012 R2 Blog bot DAX Blogs 0 10.09.2013 04:22
emeadaxsupport: How to open an AX form from your own help Blog bot DAX Blogs 0 26.07.2009 15:07
Опции темы Поиск в этой теме
Поиск в этой теме:

Расширенный поиск
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 20:49.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.