Create sales order from sales quotation
William 12年前 (2014-04-14) 2431浏览 0评论
Following code is used to create sales order from sales quotation:static void createSalesOrderFromQuote(Args _args){ Sales...
William 12年前 (2014-04-14) 2431浏览 0评论
Following code is used to create sales order from sales quotation:static void createSalesOrderFromQuote(Args _args){ Sales...
William 12年前 (2014-04-09) 2698浏览 0评论
The following post, is a bit advanced, and I guess that 90% of all implementations never encounters any issues related to thi...
William 12年前 (2014-04-07) 3489浏览 0评论
Microsoft is unleashing more great functionalities with AX2012-R3 and now it is becoming more powerful player in the ERP segm...
William 12年前 (2014-04-05) 2624浏览 0评论
Menus ItemsYou can use menu items to activate application objects from the user interface.Three types of menu items can be cr...
William 12年前 (2014-04-05) 1573浏览 0评论
To create a form that will be used to view, create and edit records in the AJ_BookTypeTable. 1. In the AOT, right-click the F...
William 12年前 (2014-04-03) 3417浏览 0评论
A common requirement is to add a running totals sum and carry foward which displays the actual sum on the next page. Followin...
William 12年前 (2014-04-02) 2011浏览 0评论
Use this step procedure to create a relation between the AJ_SubGenreTable and the AJ_BookTypeTable. The Sub-genre is related ...
William 12年前 (2014-04-02) 3704浏览 0评论
Relations between tables are used to:* Associate rows in one table to rows in another table.• Enforce business rules ac...
William 12年前 (2014-04-02) 1738浏览 0评论
How to: Create an IndexUse the following procedure to create a new index on the AJ_BookTypeID field on the AJ_BookTypeTableNO...
William 12年前 (2014-04-02) 1801浏览 0评论
Hi All,Greetings!Thought to share an useful time saving tip while writing Powershell scripts. I wanted to uninstall the defau...
William 12年前 (2014-04-01) 1630浏览 0评论
Use the following step procedure to create a new table that will store the records for the BookType. There are two fields on...
William 12年前 (2014-04-01) 1727浏览 0评论
Use the following procedure to create a new EDT that will define how the Id of the BookType is stored. To understand the exam...
William 12年前 (2014-04-01) 1915浏览 0评论
Example Scenario: Let’s try out to learn more by building up an example scenario from scratch. We shall have step-by-st...
William 12年前 (2014-04-01) 2196浏览 0评论
Rumors says that in the upcoming AX 2012 R3, the entire library of X++ code will be available for Partners and Customers. The...
William 12年前 (2014-03-21) 2204浏览 0评论
The Dynamics ecosystem love to complicate things. And now with the AX 2012 R3 it can really get complex, with the biggest cod...
William 12年前 (2014-03-20) 5623浏览 0评论
This post is a quick walk-through of surrogate keys, replacement keys, and field preview parts, which are new concepts in Ax2...
William 12年前 (2014-03-19) 2047浏览 0评论
Packt Publishing are launching an exciting campaign to coincide with the release of their 2000th title.During this offer Pack...
William 12年前 (2014-03-19) 1983浏览 0评论
Dear Friends!Greetings, It's been a while doing some posting here. Had been super busy. But I took some time to attend ...
William 12年前 (2014-03-17) 4045浏览 0评论
In order to run a Microsoft Dynamics AX implementation many services are required. You must create domain accounts to run the...
William 12年前 (2014-03-17) 1768浏览 0评论
To start the Microsoft Dynamics AX installation process, you need to speak with the systems administrator to ensure that...