|

Temporary Tables defaulted to DAT company in AX 2009

Hi Folks, I think its been a long time that I have posted some post on my blog. 2-3 weeks back, One of my customer has been facing a continous AOS crash issue then when I have googled it using the event log messages, I have come across a resolution for a support issue from Microsoft,…

|

“An error occurred during this operation” error when you try to print a SSRS report from Enterprise Portal (EP) website in Internet Explorer 8

Recently, For one of our customers we have developed an SSRS report and published it on Enterprise portal using Internet Explorer 8. When trying to print the report we were getting an error message box “An error occurred during this operation” When I tried to google it, I found a support link from Microsoft. The workaround…

|

Differences between different versions of AX (AX 4.0 , AX 2009 and AX 2012) – Part -3

I have already posted 6 sections on the differences between various versions of AX in my previous two posts. In this post, I am going to discuss on the last 3 sections of differences. Workflow S.No. AXAPTA 4.0 AXAPTA 5.0 AXAPTA 2012 1 •Forward only, sequential workflows •Only interactive elements (tasks and approvals) •Support for…

|

Differences between different versions of AX (AX 4.0 , AX 2009 and AX 2012) – Part -2

I have discussed the first 3 sections on the differences between various versions of AX in my previous post. In this post I am going to discuss the differences on the next 3 sections. Services & Application Integration S.No. AXAPTA 4.0 AXAPTA 5.0 AXAPTA 2012 Implementation Process in AX 2012 1 Services are Windows Communication…

|

Differences between different versions of AX (AX 4.0 , AX 2009 and AX 2012) – Part -1

Hi All, This is Gayathri and I would like to take the privilege to start my first blog post with the differences between various AX versions. I have divided these differences into 9 major sections and posted them into 3 different posts. I hope these 3 posts will help the AX newbies and for the…

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…

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…

|

Paging in a Query(Query run)/Paging while retrieving the records from a query

Today, I have a found a new function in QueryRun class and thought of sharing it here in this post. Its use can be found while integrating AX with some external applications. I am sure that everyone has used queryrun class in x++ code. I have found out a special function in QueryRun Class with…

|

Convert pdf or any type of file to base 64 string in AX using x++

Here is a code snippet to convert any file into a base64 string in x++ using some dot net inbuilt classes in AX. To convert it, initially clrinterop permission must be granted to access the dot net inbuilt classes then load the file into file info, initialize the byte array with the length of file,…