BI Persona Presentation for Microsoft Dynamics AX 2009
A new presentation has been released which can be used when meeting with customers and prospects who need to explore the Business Intelligence capabilities of Microsoft Dynamics AX 2009.

This site contains some Microsoft Dynamics AX X++ Codes for use in your day to day use. However please use them with caution in production environment. I will not be responsible for any Goof ups. These Codes were created during my free time and may have bugs. Use them at your own discretion. Arijit Basu | India
A new presentation has been released which can be used when meeting with customers and prospects who need to explore the Business Intelligence capabilities of Microsoft Dynamics AX 2009.

Labels: General
I had been super() busy since the last few weeks so i was unable to do some serious blogging. I however got time last week and read through the new AX book 'Inside Microsoft Dynamics AX 2009 Programming: Getting Started' by 'Erlend Dalen' and post my feedback.
Chapter # 9 (Creating a New Module) is also good for developers who want to create a new module in AX , just like the other AX standard modules and it walks the developer through number sequences, parameters, security aspects.

Labels: Review
Lately there has been a lot of activity related to cloud computing with introduction of Windows AZURE. It truly is an interesting technology providing businesses wider opportunities. Well I decided to explore AZURE a bit and did a small POC on AX integration with AZURE. Well I hit on many roadblocks but was able to overcome them. In my POC I have created a simple WCF service on AZURE Platform and I'm calling that service from AX. The steps are as follows:




Another book on Microsoft Dynamics AX 'Microsoft Dynamics AX 2009: Getting Started' has been released. Its good to see more and more books on Dynamics AX. This is the second book after 'Inside Microsoft Dynamics AX 2009'. Presently I'm reviewing this book and will publish a review soon. The book is available from Packtub Publishing. Click on the image below to visit the site (Available in .pdf and Hard Copy).
Labels: Books
The latest version of Sure Step 2010 is now available from Partnersource. Click on the image below to download.
Labels: General
The updated SOD for Dynamics is now available on Partner Source/Customer Source. The document comprises of four main sections:
The SOD will contain information about our development plans through the year 2018.
Click here to download from Partner Source [Login Required]
Labels: General
During AX implementations it becomes necessary to view the support lifecycle policies of the related products like SQL, MOSS. Here is a nice link to the MS Support Index where you will find the support roadmap for all MS Product versions. I found it extremely useful. Click on the image below to view the site.
Happy DAX-ing
Labels: General
I received some quick feedback on the UI color ;-P. I have changed the UI color to something that will hopefully be pleasant to the eyes :-). [Lemme see if I can create something like a theme...]. The new UI is as:
The installer files are attached below:
Thanks for the feedback :-)
Labels: General
Sometimes back I created an application "AX Configuration Launcher" which helped distribute AX Configurations enabling users to open multiple configurations easily. I made some improvements to the earlier application as:
1. New User Interface
2. Ability to sync from a centralized network share
3. Ability to configure the application (Advanced users, config stored in a XML file)
The screenshot is as follows:-
The video to install and use is displayed below:
The installation files & video are shared in the link below.
I tested it out on my local machine as well as at my client. It working fine. The network shared folder must have read access to all users using this tool. In case you use this application, do give me the feedback.
I will publish the source code in Codeplex (Im working on this now to get a license in Codeplex)
Labels: General