Posts

Showing posts from June, 2012

Creating a new custom workflow

To get started with creating new workflows in AX 2012 the following links are recommended reading. Slideshow that cover most parts Microsoft guide Debugging workflow

Create a new project for developing webparts

Follow the guide by Microsoft.  Don’t use .NET Framework 2.0 as the guide say, use the latest version. And the guide leaves out an important thing, creating the proxies. To create the proxies, right click on the folder App_Code -> Generate proxies. You will probably need then sooner or later.