Development patterns in Microsoft Dynamics AX 2012
William 12年前 (2014-02-28) 1812浏览 0评论
To choose the appropriate programming model and tools for your business application development, you must first identify the ...
ww12345678 的部落格 | AX Helper
William 12年前 (2014-02-28) 1812浏览 0评论
To choose the appropriate programming model and tools for your business application development, you must first identify the ...
William 12年前 (2014-02-28) 3917浏览 0评论
Methods are used for adding X++ code to your application. The code in methods is also referred to as business logic. Whenever...
William 12年前 (2014-02-27) 1910浏览 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 12年前 (2014-02-27) 2160浏览 0评论
With the WMS and voice pick for Google Glasses you can revolutionize your supply chain and warehouse processes. Google glasse...
William 12年前 (2014-02-27) 3171浏览 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 12年前 (2014-02-26) 2779浏览
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 12年前 (2014-02-22) 3009浏览
Here is the code in X++: public static void CustomerForm(Args _args) { //Initialization DictTable dictTable; DictTable dictTa...
William 12年前 (2014-02-21) 4837浏览 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) 2178浏览 0评论
Interesting kernel issue was found today.Developer added a new string field to the SalesTable table, which already ...
William 12年前 (2014-02-20) 6244浏览 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) 3328浏览 0评论
Microsoft Dynamics AX 2012 新增加了一个根据地址信息查看在线地图的功能。 比如打开客户详细信息窗体,在地址快速选项卡下面单击“映射”按钮(英文翻译为Map,中文翻译的有问题),系统会打开Bing地图并使用地址信息进行搜索和定...
William 12年前 (2014-02-20) 2625浏览 0评论
Microsoft Dyanmics AX 2012 R3 将于2014年四月份发布,这个视频叫做Get Ready,翻译过来的大概意思是“做准备”,视频主要内容如下,如果您想提前了解R3的方方面面,不妨一看。 Agenda: R3 Marketin...
Kenny Saelen 12年前 (2014-02-19) 2376浏览
Today I was working on creating a build process template for AX2012. I will not go into the details about the build process t...
William 12年前 (2014-02-19) 2143浏览 0评论
This method allows to check if some Boolean condition evaluates to true and if it doesn't - stop further execution and show s...
William 12年前 (2014-02-19) 2893浏览 0评论
Hi There! I hope everybody is doing great! I had the opportunity to attend to the MS AX 2012 R# Tech Conference thank...
William 12年前 (2014-02-18) 3598浏览 0评论
Microsoft Dyanmics AX 2012 R2 标准课程 80220/80557 财务II 第09章 收款管理,主要内容如下: 简介: 尽管大多数客户按时支付发票款项,但您必须能够处理在到期日期之前未付款的发票 本课程介绍如何设置和处理可...
alirazazaidi 12年前 (2014-02-16) 4560浏览
Create and post Vendor Invoice Journals from code as follow. static void createVendorInvoiceJournal(Args _args) { LedgerJourn...
William 12年前 (2014-02-16) 4608浏览 0评论
Dear All,Hope you are doing well.I thought to share here a quick handy tip which I have been using for quite a while now.Scen...
William 12年前 (2014-02-15) 2020浏览 0评论
Dear All,Greetings and it's been a while since I did some real posting. Had been very very busy with go live and new projects...
alirazazaidi 12年前 (2014-02-14) 2767浏览
A year ago, I have to write a custom AIF service, where I have to extract All customer in Particular Legal Entity. For this p...