7 January 2010 0 Comments

Microsoft Dynamics AX Enterprise Portal Development Cookbook

A consolidated EP Dev CookBook for AX 2009 has been posted at http://blogs.msdn.com/epblog/attachment/9944064.ashx . This is a consolidation of various blog posts.

5 January 2010 0 Comments

AX 2009 EP Development CookBook

I have consolidated various blog posts and feedback to one EP development cookbook based on the suggestion from customers/partners.

7 September 2009 0 Comments

Selling Lean Manufacturing Webinar – 9th September

All, just to give you a heads-up on a 1 hour readiness event running at 4pm GMT on Wednesday 9th September. You can register for the event via the Partner Learning Centre    or  the eBecs   Lean Centre of Excellence For anyone wanting to get an overview of Lean Manufacturing for Dynamics AX, Please you can join the Lean Centre of Excellence www.leancentreofexcellence.com – the 1 hour overview training video is a must see for any one interested in Lean manufacturing for Dynamics AX.

5 May 2009 0 Comments

IDynamicsAXExpressionBuilder returned error code 0×80131509

In forms that are using the ActiveX-control ExpressionBuilder (like TrvPolicyForm) you might be faced to the following error message: Method ‘initialize’ in COM object of class ‘IDynamicsAXExpressionBuilder’ returned error code 0×80131509 (<unknown>) which means: End enum not found.

2 April 2009 0 Comments

Using document handling in EP on VM Refresh 1.

If you are using Refresh 1.

9 February 2009 0 Comments

Deploying service references with Dynamics Ax 2009

Service references are are great feature in Dynamics Ax 2009 and using WCF with Ax is now really easy. But unfortunately it is not easy to deploy this service reference.

29 January 2009 0 Comments

RPC error 1702 when calling a WinAPI method from a batch job

You probably already noticed that error messages are sometimes not really helpful when you are trying to understand a problem. The following code creates such misleading error message: 1: public void run() 2: { 3: ; 4: if (WinApi::folderExists( @"c:temp")) 5: info(" Folder exists "); 6: else 7: info(" Folder does not exists"); 8: } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, “Courier New”, courier, monospace; background-color:…( read more )

28 January 2009 0 Comments

AxUpdatePortal Utility

I just want to remind the existence of this nice little tool , which is be very useful for any deployment or redeployment of your WebParts and EP-sites. Basically it is a simple .Net command-line executable which calls the same method as the AxSetup does during the installation of Ax 2009: EPReturnCodes IEPDeployment.ReDeployEnterprisePortal( bool updateWebSites, bool resetIIS) Which is a method of the EPDeployment class in the Microsoft.Dynamics.Framework.Deployment.Portal assembly