The retail price of certain Microsoft Certification exams will increase

Hi Folks, Its very sad to hear that Effective July 1, 2011, the retail price of certain Microsoft Certification exams will increase. But for India it will be in effect from August 1,2011. So, whoever wants to complete their Microsoft certification, Hurry up and book your slots before July 1,2011. The pricing differs from region…

Download MS Dynamics AX 2012 technical and functional materials and VPC from partner Source/ Customer source

Hi Everyone, Finally the day has come………………. AX 2012 technical and functional materials and AX 2012 beta VPC has been released in the partner source/ customer source. To get these, you need to have access to either partner source/customer source. To install the VPC, you must have Windows Server 2008 Standard Edition, Enterprise Edition, Web…

Display Page Footer only in the last page of the report in AX 2009

Hi Folks, I have seen that most of the developers face the problem in displaying the Page footer only in the last page of the report. Epilog is printed just after the page footer on the last page in a report. So, this is printed in a separate page. But to print in the last…

How to populate an Outlook Client by Creating a Mail Item, Attach a Report, and Send the Mail through AX 2009

Hi Folks, In AX, using SysMailer class we can compose a mail and send it through code in AX but if we would like to populate the outlook client by creating a mail item then attaching a report and also attaching the sender’s email address as well as subject to it then here is the…

Caching the display methods on Forms in AX 2009

AX Forms with many display methods might have some performance issues. To increase the performance of these kinds of AX forms, the display method written in the table methods need to registered for caching. When the cached method is registered for caching then they perform calculations on fetched data, and then the calculated values are…

Effects of disabling a Configuration key for a table in AX 2012

Till AX 2009 version whenever the configuration key is disabled for a table the underlying table was dropped. But now when you disable the configuration key for a table that is listed in the AOT in AX 2012, the corresponding table in the underlying database management system is not dropped. Now when you modify a…

Merge two records from one table in AX 2009

In AX 2009, you can merge two records by using the merge() function in a table. For Example if you have posted a project with different department dimensions and now if you would like to merge two records of department dimension then this merge function can be helpful. The sample code is here as follows:…

Rename a Primary Key in AX through code

In this post, I am going to discuss about how to rename a primary key in AX. The renaming can be done for any record using the CCPrimaryKey Class. Let us suppose, if Customer Id 1000 has to be renamed as Cust_1000 then it will be renamed in all the tables(SalesTable, CustTable, SalesQuotationTable etc.,) wherever…