New Item Tracing functionality in Microsoft Dynamics AX R2 CU6
Ievgenii Korovin 13年前 (2013-08-13) 1979浏览 0评论
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) 1979浏览 0评论
In Microsoft Dynamics AX 2012 R2 CU6 we expanded the item tracing functionality to provide consolidated, and more actionable,...
William 13年前 (2013-08-09) 5000浏览 0评论
Ax中多表关联仅提供Inner Join/Outer Join/Exist join/Not Exist join,而么有union,可以通过Query来实现. 例如 Sql: select ItemType,GoodsName from table...
William 13年前 (2013-08-06) 3374浏览 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-07-30) 1881浏览 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) 2717浏览
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) 1821浏览 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) 1733浏览
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) 1986浏览 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) 1688浏览 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) 2049浏览 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) 1804浏览 0评论
We post it second because it is a low hanging fruit for better performance. One example helps explains this pattern. Here is ...
Youxuan Jin 13年前 (2013-07-19) 1893浏览 0评论
Introduction Ax reports were migrated to Microsoft SSRS in Ax2012, mostly in the form of Report Data Provider classes (RDP)....
chwolf 13年前 (2013-07-19) 1676浏览 0评论
Microsoft Dynamics AX 2012 uses SSRS as its report engine. For each data source in a report, SSRS retrieves the data by makin...
William 13年前 (2013-07-19) 2334浏览 0评论
在过去的几个星期里,微软的Windows 8应用开发团队一直都比较忙,推出了现有应用的重大更新、并且带来了Yammer Feed和网络测速软件。而在本周,Microsoft Dynamics团队又至少推出了3款Windows 8应用,并且都是用来配合...
William 13年前 (2013-07-12) 1808浏览 0评论
The number sequence is the control point to ensure the transactions, and master data IDs are serialized, the IDs structure is...
William 13年前 (2013-07-05) 2014浏览 0评论
In Cumulative Update 6 for Dynamics AX 2012 R2 we have included a new expression editor forthe Product configurator. You can ...
alirazazaidi 13年前 (2013-07-01) 7522浏览 0评论
Dynamics Ax 2012 provide the functionality to log insert update and delete functionality on table as well as selected filed o...
William 13年前 (2013-06-28) 2922浏览 0评论
More and more companies want to deliver configure to order scenarios at the cost of mass production - mass customization. Thi...
William 13年前 (2013-06-11) 3013浏览 0评论
Now in Microsoft Dynamics AX 2012, “TypeId” function has been replaced by ExtendedTypeStr orEnumStr. ExtendedType...
Kevin Roos 13年前 (2013-06-05) 4238浏览
Hi all, Lately I’ve been busy developing WCF services to communicate with .NET web applications. All of these web servi...