Microsoft Dynamics AX 2012 – Basic Security Concepts
William 11年前 (2014-03-11) 2672浏览 0评论
Hi there!In AX 2012, role based security provides an extensible framework for defining access to the Microsoft Dynamics AX ap...
ww12345678 的部落格 | AX Helper
William 11年前 (2014-03-11) 2672浏览 0评论
Hi there!In AX 2012, role based security provides an extensible framework for defining access to the Microsoft Dynamics AX ap...
William 11年前 (2014-03-08) 2767浏览 0评论
Hi There! I hope everybody is doing great! I had the opportunity to attend to the MS AX 2012 R3 Tech Conference thanks ...
William 11年前 (2014-03-07) 2066浏览 0评论
A primary focus in Dynamics AX 2012 was to increase a developer's productivity by automating common tasks. As part of this in...
William 11年前 (2014-03-07) 2480浏览 0评论
Microsoft Dyanmics AX 2012 R3 将于2014年四月份发布,该视频深度介绍R3全新引入的高级WMS解决方案,如果您想提前了解R3,不妨一看。 ...
William 11年前 (2014-03-06) 2629浏览 0评论
Hi Folks, In this post, I would like to present about Licensing in AX2012. As we all know complying to license policies is th...
William 11年前 (2014-03-05) 1626浏览 0评论
Data Partition in Ax 2012 R2: It is a powerful feature of the Ax 2012 R2 .Just for the every installation there is a def...
Kenny Saelen 11年前 (2014-03-05) 2345浏览
Hello everybody! I’m very happy to announce Microsoft Dynamics AX 2012 R2 Services, published byPackt Publishing and authored...
William 11年前 (2014-02-28) 1725浏览 0评论
To choose the appropriate programming model and tools for your business application development, you must first identify the ...
William 11年前 (2014-02-28) 3816浏览 0评论
Methods are used for adding X++ code to your application. The code in methods is also referred to as business logic. Whenever...
William 11年前 (2014-02-27) 1820浏览 0评论
If you add new field in a table and getting "The Table.Field does not have a corresponding parm-method on the AxBC-class" err...
William 11年前 (2014-02-27) 2069浏览 0评论
With the WMS and voice pick for Google Glasses you can revolutionize your supply chain and warehouse processes. Google glasse...
William 11年前 (2014-02-27) 3078浏览 0评论
On this post I would like to discuss how to solve the CIL compilation error when deploying services for the first time in AX ...
alirazazaidi 11年前 (2014-02-26) 2670浏览
The SSRS reports need a data source from where data can be fetched and displayed on the report. Since we are going to develop...
alirazazaidi 11年前 (2014-02-22) 2916浏览
Here is the code in X++: public static void CustomerForm(Args _args) { //Initialization DictTable dictTable; DictTable dictTa...
William 11年前 (2014-02-21) 4723浏览 0评论
Hi All,We often see that the infolog pops-up with an error message:'No Device'This error message is displayed when open...
William 12年前 (2014-02-20) 2088浏览 0评论
Interesting kernel issue was found today.Developer added a new string field to the SalesTable table, which already ...
William 12年前 (2014-02-20) 6133浏览 0评论
Below is X++ code which is good to keep handy. It can be used to create and post inventory movement journals in AX 2012 R2. I...
William 12年前 (2014-02-20) 3217浏览 0评论
Microsoft Dynamics AX 2012 新增加了一个根据地址信息查看在线地图的功能。 比如打开客户详细信息窗体,在地址快速选项卡下面单击“映射”按钮(英文翻译为Map,中文翻译的有问题),系统会打开Bing地图并使用地址信息进行搜索和定...
William 12年前 (2014-02-20) 2522浏览 0评论
Microsoft Dyanmics AX 2012 R3 将于2014年四月份发布,这个视频叫做Get Ready,翻译过来的大概意思是“做准备”,视频主要内容如下,如果您想提前了解R3的方方面面,不妨一看。 Agenda: R3 Marketin...
Kenny Saelen 12年前 (2014-02-19) 2286浏览
Today I was working on creating a build process template for AX2012. I will not go into the details about the build process t...