In this post, we will see how we can build a report using precision design. A precision design is like a pre-printed format where the placin...
Dynamics AX : Document handling The following solution is to use the document handling feature of AX and generate a word document by popula...
In this post we’ll learn how to create a very basic custom Batch job using SysOperation framework . We’ll use the base controller class Sy...
public void interCompanySO(Args _args) { SalesTable salesTable,salesTableLocal; salesTableLocal= args.record(); salesTable= Sal...
The Microsoft Dynamics AX 2012 Data Import/Export Framework(DIXF) is an AX module import and export data in Microsoft Dynamics AX. We often ...