Announcing Microsoft Dynamics AX 2012 R2 Services
Kenny Saelen 12年前 (2014-03-05) 2457浏览
Hello everybody! I’m very happy to announce Microsoft Dynamics AX 2012 R2 Services, published byPackt Publishing and authored...
Kenny Saelen 12年前 (2014-03-05) 2457浏览
Hello everybody! I’m very happy to announce Microsoft Dynamics AX 2012 R2 Services, published byPackt Publishing and authored...
William 12年前 (2014-02-28) 1819浏览 0评论
To choose the appropriate programming model and tools for your business application development, you must first identify the ...
William 12年前 (2014-02-28) 3922浏览 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) 1916浏览 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) 2165浏览 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) 3177浏览 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) 2786浏览
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) 3015浏览
Here is the code in X++: public static void CustomerForm(Args _args) { //Initialization DictTable dictTable; DictTable dictTa...
William 12年前 (2014-02-21) 4845浏览 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) 2184浏览 0评论
Interesting kernel issue was found today.Developer added a new string field to the SalesTable table, which already ...
William 12年前 (2014-02-20) 6250浏览 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) 2634浏览 0评论
Microsoft Dyanmics AX 2012 R3 将于2014年四月份发布,这个视频叫做Get Ready,翻译过来的大概意思是“做准备”,视频主要内容如下,如果您想提前了解R3的方方面面,不妨一看。 Agenda: R3 Marketin...
Kenny Saelen 12年前 (2014-02-19) 2382浏览
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) 2149浏览 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) 2898浏览 0评论
Hi There! I hope everybody is doing great! I had the opportunity to attend to the MS AX 2012 R# Tech Conference thank...
alirazazaidi 12年前 (2014-02-16) 4566浏览
Create and post Vendor Invoice Journals from code as follow. static void createVendorInvoiceJournal(Args _args) { LedgerJourn...
William 12年前 (2014-02-16) 4616浏览 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) 2025浏览 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) 2772浏览
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...
William 12年前 (2014-02-12) 2044浏览 0评论
1. What’s new in Dynamics AX 2012SSAS - Analysis service project wizard.AOS - Validfrom and validto columns, Unit of wo...