Sign in
Dynamics AX GFM Team Blog
Brought to you by Microsoft teams working on the Global Financial Management (GFM) frameworks and applications for Microsoft Dynamics AX 2012 and beyond
Common Tasks
Blog Home
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
Dynamics AX
GFM
Source Document Framework
Monthly Archives
Archives
February 2013
(7)
November 2012
(4)
July 2012
(1)
May 2012
(4)
April 2012
(4)
Browse by Tags
MSDN Blogs
>
Dynamics AX GFM Team Blog
>
All Tags
>
source document framework
Tagged Content List
Blog Post:
Step 6: Implement confirmation/posting of your document
Jarek Wyganowski
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...
on
10 May 2012
Blog Post:
Step 5: Add code to distribute and journalize source document amounts
Jarek Wyganowski
There might be a need to create new monetary amounts but that is optional and you may find existing monetary amounts sufficient. It depends if existing monetary amounts are a good fit for your document and have appropriate names to display on accounting distributions form. Either new or existing MonetaryAmount...
on
7 May 2012
Blog Post:
Step 4: Add Source Document Framework forms to your document UI
Jarek Wyganowski
This initial wiring will just display empty windows as you didn’t create code which would calculate distributions. But it is good to do it now to be able to have a quick visual test when you later add code related to distributions. a) Make sure you supplied both Label and SingularLabel for your...
on
3 May 2012
Blog Post:
Step 3: Perform initial wiring to Source Document Framework – document classes
Jarek Wyganowski
Now you need to implement few classes representing your source document. a) Create a class which extends SourceDocumentType. Using framework naming standards name this class MyDocumentSourceDocumentType. Implement all abstract methods (see examples in the following existing classes: CustInvoiceSourceDocType...
on
1 May 2012
Blog Post:
Step 2: Perform initial wiring to Source Document Framework – tables and maps
Jarek Wyganowski
The Source Document Framework (Accounting Framework) will provide functionality necessary to record business events and create accounting for the newly created document – accounting distributions and subledger journal entries. But you will need to inform the framework how to deal with your document...
on
26 Apr 2012
Blog Post:
Step 1: Prerequisite - create your document
Jarek Wyganowski
At this point you should not be concerned about Source Document Framework, but only about the document storage, UI and perhaps some domain logic responsible for processing the document. Storage usually consists of two tables, one for storing document header information (MyDocumentHeader) and another...
on
26 Apr 2012
Blog Post:
Extending the Source Document Framework
Jarek Wyganowski
The upcoming series of blog posts is created to help developers new to Source Document Framework flatten the learning curve and quickly get up and running with their own source document extensions. The information presented here is covering the mainstream scenario. It is divided into 6 steps: ...
on
26 Apr 2012
Page 1 of 1 (7 items)