X++ and Ax7 Whats Changed
William 9年前 (2016-03-18) 2170浏览 0评论
What has changed in X++ in Ax7...
William 9年前 (2016-03-18) 2170浏览 0评论
What has changed in X++ in Ax7...
William 9年前 (2016-02-01) 2528浏览 0评论
Purpose: The purpose of this document is to illustrate how we can print an SSRS report in PDF format to disk or file-sys...
William 9年前 (2015-12-28) 3431浏览 0评论
Purpose: The purpose of this document is to illustrate how we can cancel a posted product receipt in X++. Business requi...
William 9年前 (2015-12-28) 3792浏览 0评论
Purpose: The purpose of this document is to illustrate how we can correct a posted product receipt in X++ using PurchParmTabl...
William 9年前 (2015-12-28) 6351浏览 0评论
Purpose: The purpose of this document is to illustrate how we can confirm purchase orders in X++ using PurchParmTable ta...
William 10年前 (2015-10-22) 3844浏览 0评论
Purpose: The purpose of this document is to illustrate how we can create and post product receipts of purchase orders in X++....
William 10年前 (2015-06-15) 3957浏览 0评论
One of the possible technical tools that exists when developing solutions in Dynamics AX, and inside X++ is Threads. This is ...
William 10年前 (2015-06-09) 6778浏览 0评论
At work we’ve recently discussed how to calculate a customers invoice amount for multiple years. One idea was to loop o...
William 10年前 (2015-06-02) 5731浏览 0评论
Microsoft Dynamics AX 2012 Xpp - Routes Import Purpose: The purpose of this document is to illustrate how to write a req...
William 10年前 (2015-06-02) 4787浏览 0评论
Microsoft Dynamics AX 2012 Xpp – BOMs Import Purpose: The purpose of this document is to illustrate how to write a...
William 10年前 (2015-05-21) 2894浏览 0评论
The Microsoft Dynamics AX commerce runtime (CRT) serves as the engine for a retail channel. It connects to a CRT database tha...
William 10年前 (2015-03-20) 2627浏览 0评论
To set Label property of all the fields of a table in AOT, you may refer to the following code which loops through all the fi...
William 10年前 (2015-03-17) 2366浏览 0评论
It is often a customer requirement to check for custom validations before posting a Sales Order. The best place to ...
William 10年前 (2015-01-26) 3487浏览 0评论
Introduction In my previous post I explained how to configure and process an advance shipping notice that was received from ...
William 11年前 (2014-11-19) 3073浏览 0评论
The advanced filter and query in Dynamics AX is a very powerful tool. Here you can search on most fields, and also add relati...
William 11年前 (2014-10-14) 3286浏览 0评论
Maintaining retail prices in a multi company and franchise scenario can be a challenge in Dynamics AX 2012 R3. Let say we hav...
William 11年前 (2014-08-22) 2961浏览 0评论
In Dynamics AX 2012 R3 you can specify a sales price on a released item. You cannot specify a price on a set of products usin...
William 11年前 (2014-02-20) 3086浏览 0评论
Microsoft Dynamics AX 2012 新增加了一个根据地址信息查看在线地图的功能。 比如打开客户详细信息窗体,在地址快速选项卡下面单击“映射”按钮(英文翻译为Map,中文翻译的有问题),系统会打开Bing地图并使用地址信息进行搜索和定...
William 12年前 (2013-10-21) 4631浏览 0评论
在 AX 2009 之前的版本可以通过系统集成的两ADO相关类CCADOConnection、CCADORecordSet访问外部数据库。AX 2012删除了这两个类,但我们依然可以使用ADO.NET 访问外部数据库,样例代码如下,相信大家一看便知。...
William 13年前 (2012-02-03) 3886浏览 0评论
A very useful new feature in Dynamics AX 2012 are Computed Comumns in views. Computed Columns is one of the small and unders...