Monday, January 18, 2010

Integrating Microsoft Dynamics AX 2009 with Microsoft Office Project Server 2007

The Technical whitepaper "Integrating Microsoft Dynamics AX 2009 with Microsoft Office Project Server 2007" has been published to the following locations:

MS Download Center: http://www.microsoft.com/downloads/details.aspx?FamilyID=b53b2475-b8ee-4caf-93ba-15cc6e05b0cb

CustomerSource: https://mbs.microsoft.com/customersource/documentation/whitepapers/ax2009_integratingwithofficeprojectserver

PartnerSource: https://mbs.microsoft.com/partnersource/deployment/documentation/whitepapers/ax2009_integratingwithofficeprojectserver

Tuesday, December 22, 2009

Sure Step 2010 Released

The Sure Step 2010 has been released on the partnersource . You can download it from here. Release is available only in english at this time.
Happy Holidays!!

Thursday, October 1, 2009

Hotfix rollup 3 is available for Microsoft Dynamics AX 2009 Service Pack 1

Technorati Tags:

This hotfix rollup contains all previously released hotfixes and country-specific updates for Microsoft Dynamics AX 2009 Service Pack 1. This hotfix rollup also contains several additional country specific updates for different regions.Here is the link to the KB article on partnersource.

Tuesday, July 14, 2009

2009 Worldwide Partner Conference (WPC)

The Microsoft Worldwide Partner Conference (WPC) is an annual gathering that provides the partner community with a forum to learn about the latest Microsoft programs, strategies, and cutting-edge technologies. Connect with thousands of decision-making partners and Microsoft executives —and prepare to take advantage of new business opportunities, innovative solutions, and overall new business development strategies. Everything you need to succeed in an ever-changing economy.

You can watch it live at http://www.digitalwpc.com

Thursday, December 25, 2008

infolog.errorsPerBatch();

Sometimes we get a huge list of repetitive messages in the infolog which I find is sometimes confusing rather than helping user to spot the problem. So in that case developer can use this statement to restrict the number of messages.


infolog.errorsPerBatch(3);


Note : You do not need to reset the value.

Saturday, November 29, 2008

Service Pack 1 for Microsoft Dynamics AX 2009

Microsoft Dynamics AX 2009 Service Pack 1 (SP1) contains the updates that have been issued for Microsoft Dynamics AX 2009 and a number of enhancements and new features to improve the product’s functionality and user experience.
You can download it from here (PartnerSource access required)

Tuesday, September 30, 2008

Microsoft Dynamics ax 4.0 data model overview

Well I was looking for this document from the time I started working on axapta. Finally I got it from the Kashperuk Ivan blog entry. This document is really helpful for beginners as well as experienced programmers. The link is here.