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

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 11.05.2012, 11:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
ax_gfm_framework_team: Step 6: Implement confirmation/posting of your document
Источник: http://blogs.msdn.com/b/ax_gfm_frame...-document.aspx
==============

Posting of your document usually consist of creating accounting entries in ledger and updating your document to posted state. Source Document Framework will help you create accounting.

a) Add code necessary to perform state update of your document during posting (for instance, you can add a field IsPosted to your document header and set it to Yes when the document is posted successfully) . This functionality will usually reside on a posting class specific to your document.

b) Wire your posting class to a “Post” button on your form through a menu item.

c) Make sure the source document implements parmCurrentVoucher() - this is used when generating accounting during document confirmation/posting.

d) Inside your confirmation/posting code, submit your document to the Source Document Framework calling:

SourceDocumentProcessorFacade::submitSourceDocumentImplementation(myDocumentHeader, true, SourceDocumentAccountingStatus::Completed);

The code above will generate accounting.

e) To validate the accounting, on your document form action pane you can add a “Voucher” button to view the voucher for your posted document.
  • The button should use LedgerTransVoucher display menu item.
  • The LedgerTransVoucher form needs to be modified to limit the vouchers to only those that are related to your document. Follow the pattern used for PurchTable: see form method named updateQueryForPurchTable() for an example of how to apply ranges on that form – your code should be very similar to code in that method. Name your new method updateQueryForMyDocument().
Apply your range during initialization of the form calling updateQueryForMyDocument() from the form init() method - you will find examples of that examining existing code in the LedgerTransVoucher form init() method.




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

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
ax_gfm_framework_team: Step 5: Add code to distribute and journalize source document amounts Blog bot DAX Blogs 0 08.05.2012 04:13
ax_gfm_framework_team: Step 3: Perform initial wiring to Source Document Framework – document classes Blog bot DAX Blogs 0 01.05.2012 18:11
ax_gfm_framework_team: Step 2: Perform initial wiring to Source Document Framework – tables and maps Blog bot DAX Blogs 0 28.04.2012 10:11
ax_gfm_framework_team: Step 1: Prerequisite - create your document Blog bot DAX Blogs 0 28.04.2012 10:11
emeadaxsupport: New Content for Microsoft Dynamics AX 2012 : October 2011 Blog bot DAX Blogs 0 27.10.2011 17:11

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

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

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 01:09.