<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dynamicsuser.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">DAX development blog (by Ivan Kashperuk)</title><subtitle type="html" /><id>http://dynamicsuser.net/blogs/dax_developer/atom.aspx</id><link rel="alternate" type="text/html" href="http://dynamicsuser.net/blogs/dax_developer/default.aspx" /><link rel="self" type="application/atom+xml" href="http://dynamicsuser.net/blogs/dax_developer/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.31106.3070">Community Server</generator><updated>2006-12-05T10:01:00Z</updated><entry><title>IDE extension tools for Dynamics AX</title><link rel="alternate" type="text/html" href="/blogs/dax_developer/archive/2007/02/15/ide-extension-tools-for-dynamics-ax.aspx" /><id>/blogs/dax_developer/archive/2007/02/15/ide-extension-tools-for-dynamics-ax.aspx</id><published>2007-02-15T13:10:00Z</published><updated>2007-02-15T13:10:00Z</updated><content type="html">&lt;P&gt;Hello guys.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;1. &lt;A href="http://www.axaptapedia.com/AxCreateNewProject"&gt;AxCreateNewProject &lt;/A&gt;- a tool that really speads up the creation of projects. You can basically do it in a matter of&amp;nbsp;2 clicks.&lt;/P&gt;
&lt;P&gt;2. &lt;A href="http://www.axaptapedia.com/AxGoToDeclaration"&gt;AxGoToDeclaration&lt;/A&gt; - a tool that allows to go to the declaration of a selected variable from code. (the line with the declaration is highlighted with the curso&lt;/P&gt;
&lt;P&gt;3. &lt;A href="http://www.axaptapedia.com/Editor_scripts_OpenInAOT"&gt;AxOpenInAOT&lt;/A&gt;&amp;nbsp;- an Editor Script that allows to open the selected object (in the code editor) in the AOT. This works for most of the objects that are usually used in code. The list of object types can be extended.&lt;/P&gt;
&lt;P&gt;4. &lt;A href="http://www.axaptapedia.com/AxCopyTableFieldListToClipboard"&gt;AxCopyTableFieldListToClipboard &lt;/A&gt;- a tool that copies a template of table fields into the Windows Clipboard. If you need to create a record in a table, this tool will help you do it fast. Multiple ways of selecting a table possible.&lt;/P&gt;
&lt;P&gt;That's it for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dynamicsuser.net/aggbug.aspx?PostID=7730" width="1" height="1"&gt;</content><author><name>kashperuk</name><uri>http://dynamicsuser.net/members/kashperuk/default.aspx</uri></author><category term="Dynamics AX" scheme="http://dynamicsuser.net/blogs/dax_developer/archive/tags/Dynamics+AX/default.aspx" /></entry><entry><title>AxCreateNewProject tool (version 1.2)</title><link rel="alternate" type="text/html" href="/blogs/dax_developer/archive/2006/12/20/6449.aspx" /><id>/blogs/dax_developer/archive/2006/12/20/6449.aspx</id><published>2006-12-20T08:02:00Z</published><updated>2006-12-20T08:02:00Z</updated><content type="html">&lt;P&gt;I updated the AxCreateNewProject tool to version 1.2&lt;/P&gt;
&lt;P&gt;The descriptiona and changes log can be found on the homepage:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.axaptapedia.com/AxCreateNewProject"&gt;AxCreateNewProject HomePage&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dynamicsuser.net/aggbug.aspx?PostID=6449" width="1" height="1"&gt;</content><author><name>kashperuk</name><uri>http://dynamicsuser.net/members/kashperuk/default.aspx</uri></author></entry><entry><title>Adding Menu References</title><link rel="alternate" type="text/html" href="/blogs/dax_developer/archive/2006/12/05/6185.aspx" /><id>/blogs/dax_developer/archive/2006/12/05/6185.aspx</id><published>2006-12-05T02:58:00Z</published><updated>2006-12-05T02:58:00Z</updated><content type="html">Many developers often find it very confusing when trying to add a menu reference into an existing menu.&lt;BR&gt;The reference just doesn't want to be added. :)&lt;BR&gt;And what confuses even more is that some of the menus are added normally, while others are not!&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;Let's look at an example:&lt;/EM&gt;&lt;BR&gt;"After creating of a new menu - &lt;STRONG&gt;menu1&lt;/STRONG&gt;, I want to add 2 existing menus into it as references: &lt;STRONG&gt;Cust&lt;/STRONG&gt; and &lt;STRONG&gt;Vend&lt;/STRONG&gt;.&lt;BR&gt;I right-click the menu1 node and select add-&amp;gt;menu reference. Drag over the Cust menu (and everything goes fine), and then I try to drag over the Vend menu - and it DOESN'T work! I am lost. what can be the reason for this?"&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;The explanation is simple:&lt;/EM&gt;&lt;BR&gt;&lt;STRONG&gt;&lt;EM&gt;The menus that were expanded since the time you launched the client, can't be added as references.&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR&gt;You can experiment with this: Try opening the AX client and dragging over a menu as a menu reference. You can see that it works. Now, expand the menu in the AOT and try adding it as a menu reference again. You can see that it is impossible to add it any more. So, to avoid having problems when adding a menu as a reference, you should re-enter the Axapta client and, before expanding the menu, add the needed menu as a reference.&lt;BR&gt;&lt;BR&gt;&lt;EM&gt;Original article:&lt;BR&gt;http://erpkb.com/Axapta/OshibkaSozdanijaSsylkiNaMenju&lt;/EM&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dynamicsuser.net/aggbug.aspx?PostID=6185" width="1" height="1"&gt;</content><author><name>kashperuk</name><uri>http://dynamicsuser.net/members/kashperuk/default.aspx</uri></author></entry><entry><title>Introductory Post</title><link rel="alternate" type="text/html" href="/blogs/dax_developer/archive/2006/12/05/6179.aspx" /><id>/blogs/dax_developer/archive/2006/12/05/6179.aspx</id><published>2006-12-05T00:01:00Z</published><updated>2006-12-05T00:01:00Z</updated><content type="html">&lt;P&gt;This is my first post - I will try to crosspost for some time - posting the same articles here and at my original blog at&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.kashperuk.blogspot.com"&gt;www.kashperuk.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope I will be able to help some of you by posting useful code and information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This blog will contain information on programming for the most part. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vanya Kashperuk&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dynamicsuser.net/aggbug.aspx?PostID=6179" width="1" height="1"&gt;</content><author><name>kashperuk</name><uri>http://dynamicsuser.net/members/kashperuk/default.aspx</uri></author></entry></feed>