In this article, we will see how to convert Customer / Vendor’s private addresses into public GAB addresses. If you try to do it manually by clicking the public check box on a private address then it will just not…
List of Dynamics Ax version and kernel/application builds. These numbers are changed when you install new service pack / hotfix / roll-up. So, check above link to know which version of Ax SP / hotfix /roll-up you are on. Other…
Many people wonder if Microsoft SharePoint 2010 is compatible with Dynamics AX 2009 EP or not. So the good news is, yes these products are fully compatible with each other and you can deploy EP on SharePoint 2010. This can…
I was planning to write the next part for Enterprise Portal development but then I found this well defined document which specifies steps and things need to be taken care while doing EP development. Download full MS Dynamics Ax 2009…
This post is a quick reference on consuming asmx / svc services in Dynamics Ax. We will also see how to pass .Net types to / from X++ code. There are two methods available in .Net to create web services,…
Ever wondered what’s special about new Microsoft Office file formats, why there is X in all office 2007 or later version file extensions, like docX, xlsX, pptX etc.? Yes, this is a file format specification from Microsoft and this Office…
This is the error you receive while trying to access ASMX web service from Windows 7 64-Bit / Windows 2008 Server 64-Bit and IIS 7. If you try to validate Dynamics Ax 2009 workflow web service from Ax, you receive…
This article describes how Dynamics Ax Virtual Company and Table Collection work. We will also discuss how to move data from normal company to virtual company when you introduce virtual company in existing Ax implementation. Virtual Company:Dynamics Ax stores data as per…
In this article we will discuss a very important and useful Dynamics Ax feature, Global Address Book. This article is good for both functional and technical consultants. Note: This article is for advanced Dynamics Ax users. Good knowledge of Dynamics Ax…
If you are running native SQL statements in Ax, you might see below error while executing code. Request for the permission of type ‘SqlStatementExecutePermission’ failed.(S)ClassesSqlStatementExecutePermissiondemand(S)ClassesStatementexecuteQuery(C)JobsRahAddressImport – line 76 Code snippet you might be using: sqlQ = “Select * From…
In this article we will see how to define extended query ranges using expressions. These expressions can be used in any query where you need to express a range that is more complex than is possible with the usual range…
This article is from a series of articles describing Dynamics AX reporting capabilities. In this article we will see how developers can create SQL Server Reporting Services (SSRS) reports using Dynamics AX and Visual Studio 2008. Prerequisites: You must have…