Create, Deploy, Troubleshoot and Consume external services in AX 2012 R2
William 13年前 (2013-08-27) 3240浏览 0评论
Hi There! I hope everyone is having a great week so far. Summer is almost over here in the US, and I feel li...
ww12345678 的部落格 | AX Helper
William 13年前 (2013-08-27) 3240浏览 0评论
Hi There! I hope everyone is having a great week so far. Summer is almost over here in the US, and I feel li...
William 13年前 (2013-08-23) 3410浏览 0评论
Hi there, On this post I would like to share some C# code to create a Transfer Journal using C#. I have writ...
William 13年前 (2013-08-22) 3712浏览 0评论
Hi There,It has been a long time since I created my last post. I have been very busy learning new things about AX 2012 R2 and...
William 13年前 (2013-08-20) 2789浏览 0评论
[Update# 2]*********************************************************************************After some research and troublesh...
Ievgenii Korovin 13年前 (2013-08-14) 1983浏览
In Microsoft Dynamics AX 2012 R2 CU6 we expanded the item tracing functionality to provide consolidated, and more actionable,...
Ievgenii Korovin 13年前 (2013-08-13) 1974浏览 0评论
In Microsoft Dynamics AX 2012 R2 CU6 we expanded the item tracing functionality to provide consolidated, and more actionable,...
William 13年前 (2013-08-13) 4365浏览 0评论
在Microsoft Dynamics AX 销售订单窗体、销售报价单窗体、采购订单窗体,订单头和订单行中有很多一样的字段,比如销售订单头上的“销售税组、维度、站点和仓库、港口、交货方式”等等。Dynamics AX 提供了一个统一的框架用来处理当用...
William 13年前 (2013-08-09) 4989浏览 0评论
Ax中多表关联仅提供Inner Join/Outer Join/Exist join/Not Exist join,而么有union,可以通过Query来实现. 例如 Sql: select ItemType,GoodsName from table...
William 13年前 (2013-08-06) 3366浏览 0评论
In axapta 2012 all the common forms are listpage forms , In list page form we can’t override any method so any validati...
William 13年前 (2013-08-03) 3506浏览 0评论
Microsoft Dynamics AX 3.0 – 2012 R2 成本不完全解析视频培训的第5次课程,主要内容如下: 物料组的主要用途: •每个物料组都可过帐到不同的总帐科目。 •使用物料组分类查询有关产品组的销售、采购、财务数据。 过账模板...
William 13年前 (2013-07-30) 1873浏览 0评论
Dear Friends, Thanks to Simon Andras, who authors the Cognitive Group blog http://www.cognitive-group.com/blog/ who asked me...
Ganas1 13年前 (2013-07-29) 2709浏览
Parameter sniffing is the default behavior that SQL Server uses when compiling parameterized SQL statements. When a stored pr...
Youxuan Jin 13年前 (2013-07-26) 1816浏览 0评论
Inevitably, we can’t completely get rid of all line-based data accesses or calculations. So, we discuss here a few ways...
David M Probst 13年前 (2013-07-24) 1849浏览
When we made the Case management feature set in the AX 2012 release we reused a number of existing functionality or design co...
David M Probst 13年前 (2013-07-24) 1771浏览
With the release of the Cumulative update 6 (CU6) for Microsoft Dynamics AX 2012 R2 on June 26 th we introduced an optional e...
David M Probst 13年前 (2013-07-24) 1729浏览
When we made the Case management feature set in the AX 2012 release we reused a number of existing functionality or design co...
David M Probst 13年前 (2013-07-24) 1981浏览 0评论
With the release of the Cumulative update 6 (CU6) for Microsoft Dynamics AX 2012 R2 on June 26 th we introduced an optional e...
Youxuan Jin 13年前 (2013-07-23) 1682浏览 0评论
This pattern applies to a wide range of reports. It is the most applied pattern so far as based on our experience. The idea i...
Youxuan Jin 13年前 (2013-07-23) 2043浏览 0评论
This post is about Query based reports in Ax2012. Ax2012 supports table display method in query based reports. It is convenie...
Youxuan Jin 13年前 (2013-07-19) 1797浏览 0评论
We post it second because it is a low hanging fruit for better performance. One example helps explains this pattern. Here is ...