A new feature in AX 2012 is that some pieces of code are run on the server side (AOS) and are executed in managed code. For example X++ scheduled batch jobs are compiled to common intermediate language (CIL) before beeing executed on the AOS. This is the same for services code.
Måned: marts 2013
Microsoft Dynamics Ax
Debugging managed code in AX 2012
by Bo Jensen •
Since a lot of X++ code is now executed in CLR there should be a possibility to debug it. The standard AX debugger cannot help here since it is capable of debugging interpreted code only. However, Visual Studio 2010 can do the job.
Microsoft Dynamics Ax, SQL Reporting Services
Simple SSRS report example by using Ax-Query and Ranges
by Bo Jensen •
In this report I am going to use the Ax-Query in the SSRS business logic and report will be generated by using SSRS Business logic.
SQL Reporting Services, Microsoft Dynamics Ax
Use a Dynamics AX display method in SSRS report | Arjen Stolk
by Bo Jensen •
There are a lot of display methods that I would like to use in a SSRS report. Here is an example of the use of the display method ‘reservedPhysicalInSalesUnit()’ from the sales line. In order to use this method, you need to be able to identify the sales line. For this you need the SalesId…
Microsoft Dynamics Ax
How to Set the Query Range on a SSRS Report | Amir's Microsoft Dynamics AX space
by Bo Jensen •
I found a couple of examples on how to set the QueryRange on SSRS reports on Amir’s AX Space
Microsoft Dynamics Ax, SQL Reporting Services
Walkthrough: Creating a Report Bound to a Report Data Provider Class (X++ Business Logic) [AX 2012]
by Bo Jensen •
In this walkthrough, you use a report data provider (RDP) class with business logic to process data and then display the outcome of the business logic on a report.
Microsoft Dynamics Ax
Report Data provider [RDP] as data source type in data set – SSRS reports [Dynamics ax 2012] | Sreenath Reddy G – Dynamics AX Consultant's Blog
by Bo Jensen •
Friends, I am excited to share this new source of data[RDP] for the dataset..We all know in the older version, for a dataset we had only Query and Business logic as a dataset source in SSRS reports. Now in the current version, we have actually 4 options : Query, Business Logic, Report data provider…
Microsoft Dynamics Ax
Create Alert using X++ codes
by Bo Jensen •
Sometimes Infolog message is not sufficient enough for prompting information to users. It is possible to create alert message using code as an alternative. It is fairly simple to create alert message manually by just inserting a new record in EventTable where all the alert messages are stored. Below is a code snippet for…
Microsoft Dynamics Ax
Dynamics Ax Internals: Default dimension storage in Ax 2012
by Bo Jensen •
The Chart of accounts structure in Ax2012 has changed significantly from previous versions. In Ax2009, any table that stored dimensions would have a field called ‘Dimension’ (an n-element array). This applied to master data (customers, items, etc), as well as transactions, like entries in the GL (LedgerTrans). Typically, dimension values would flow from the master…
Microsoft Dynamics Ax
Dynamics Ax AIF Web Service reference credential problem
by Bo Jensen •
At a customer’s site, I was creating some extra AIF wcf services so that some extra tables would be externally available. For creating the WCF service, I was using the service wizard in Ax 2009 which is described here : http://msdn.microsoft.com/en-us/library/aa609947.aspx The newly created service was deployed to the Internet Information Server but when…
Microsoft Dynamics Ax, Application Integration Framework
AIF: There is no service with namespace = ‘http://yournamespace’ and external name = ‘aService’.
by Bo Jensen •
Found this usefull tip for when you are creating you own AIF Document Services in AX.
