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.
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.
I have consolidated various blog posts and feedback to one EP development cookbook based on the suggestion from customers/partners.
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.
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.
If you are using Refresh 1.
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.
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 )
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