DAX development blog (by Ivan Kashperuk)

  • IDE extension tools for Dynamics AX

    Hello guys. Here is a list of development tools that you can download for free to use with your DAX installation. A short description is provided for all of them. A detailed one can be found on each of the homepages. 1. AxCreateNewProject - a tool that really speads up the creation of projects. You can basically do it in a matter of 2 clicks. 2. AxGoToDeclaration - a tool that allows to go to the declaration of a selected variable from code. (the line with the declaration is highlighted with the...
    Filed under:
  • AxCreateNewProject tool (version 1.2)

    I updated the AxCreateNewProject tool to version 1.2 The descriptiona and changes log can be found on the homepage: AxCreateNewProject HomePage
  • Adding Menu References

    Many developers often find it very confusing when trying to add a menu reference into an existing menu. The reference just doesn't want to be added. :) And what confuses even more is that some of the menus are added normally, while others are not! Let's look at an example: "After creating of a new menu - menu1 , I want to add 2 existing menus into it as references: Cust and Vend . I right-click the menu1 node and select add->menu reference. Drag over the Cust menu (and everything goes fine), and...
  • Introductory Post

    This is my first post - I will try to crosspost for some time - posting the same articles here and at my original blog at www.kashperuk.blogspot.com Hope I will be able to help some of you by posting useful code and information. This blog will contain information on programming for the most part. Vanya Kashperuk