<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dynamicsuser.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>DAX development blog (by Ivan Kashperuk)</title><link>http://dynamicsuser.net/blogs/dax_developer/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>IDE extension tools for Dynamics AX</title><link>http://dynamicsuser.net/blogs/dax_developer/archive/2007/02/15/ide-extension-tools-for-dynamics-ax.aspx</link><pubDate>Thu, 15 Feb 2007 13:10:00 GMT</pubDate><guid isPermaLink="false">44beeba7-81a0-4547-bd71-30b1a3043c46:7730</guid><dc:creator>Kashperuk Ivan</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dynamicsuser.net/blogs/dax_developer/rsscomments.aspx?PostID=7730</wfw:commentRss><comments>http://dynamicsuser.net/blogs/dax_developer/archive/2007/02/15/ide-extension-tools-for-dynamics-ax.aspx#comments</comments><description>&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;</description><category domain="http://dynamicsuser.net/blogs/dax_developer/archive/tags/Dynamics+AX/default.aspx">Dynamics AX</category></item><item><title>AxCreateNewProject tool (version 1.2)</title><link>http://dynamicsuser.net/blogs/dax_developer/archive/2006/12/20/6449.aspx</link><pubDate>Wed, 20 Dec 2006 08:02:00 GMT</pubDate><guid isPermaLink="false">44beeba7-81a0-4547-bd71-30b1a3043c46:6449</guid><dc:creator>Kashperuk Ivan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dynamicsuser.net/blogs/dax_developer/rsscomments.aspx?PostID=6449</wfw:commentRss><comments>http://dynamicsuser.net/blogs/dax_developer/archive/2006/12/20/6449.aspx#comments</comments><description>&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;</description></item><item><title>Adding Menu References</title><link>http://dynamicsuser.net/blogs/dax_developer/archive/2006/12/05/6185.aspx</link><pubDate>Tue, 05 Dec 2006 02:58:00 GMT</pubDate><guid isPermaLink="false">44beeba7-81a0-4547-bd71-30b1a3043c46:6185</guid><dc:creator>Kashperuk Ivan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dynamicsuser.net/blogs/dax_developer/rsscomments.aspx?PostID=6185</wfw:commentRss><comments>http://dynamicsuser.net/blogs/dax_developer/archive/2006/12/05/6185.aspx#comments</comments><description>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;</description></item><item><title>Introductory Post</title><link>http://dynamicsuser.net/blogs/dax_developer/archive/2006/12/05/6179.aspx</link><pubDate>Tue, 05 Dec 2006 00:01:00 GMT</pubDate><guid isPermaLink="false">44beeba7-81a0-4547-bd71-30b1a3043c46:6179</guid><dc:creator>Kashperuk Ivan</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dynamicsuser.net/blogs/dax_developer/rsscomments.aspx?PostID=6179</wfw:commentRss><comments>http://dynamicsuser.net/blogs/dax_developer/archive/2006/12/05/6179.aspx#comments</comments><description>&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;</description></item></channel></rss>