<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="https://www.schweda.net/style_feed.css" ?>
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:atom="http://www.w3.org/2005/Atom"	
	xmlns:dc="http://purl.org/dc/elements/1.1/" > 
<channel>
    <title>schweda.net - Blog</title>
    <link>https://www.schweda.net/</link>
    <description>schweda.net - Blog - Blog-Beitraege</description>
    <language>de-at</language>
    <copyright>Copyright 2006-2026</copyright>
    <generator>schweda.net</generator>
    <managingEditor>heinz.schweda@schweda.net (Heinz Schweda)</managingEditor>
    <webMaster>heinz.schweda@schweda.net (Heinz Schweda)</webMaster>
    <category>Blog</category>
	<atom:link href="https://schweda.net/blog_rss.php?bid=455" rel="self" type="application/rss+xml" />
<item>
<title><![CDATA[Suche nach Menüeinträgen]]></title>
<description><![CDATA[
<p>Wer sich so wie ich schon h&auml;ufig dar&uuml;ber ge&auml;rgert hat, da&szlig; es in Dynamics AX keine M&ouml;glichkeit gibt, nach Men&uuml;eintr&auml;gen zu suchen, dem hilft vielleicht folgender Job.
</p>

<br /><a class="div_blog_category_gotodetail" href="https://www.schweda.net/blog_ax.php?bid=455" target="_self" title="Weiterlesen...">Weiterlesen...</a>]]></description>
<category>Microsoft Dynamics AX (Axapta)</category>
<pubDate>Wed, 06 Mar 2013 20:24:00 +0100</pubDate>
<link>https://www.schweda.net/blog_ax.php?bid=455</link>
<comments>https://www.schweda.net/blog_ax.php?bid=455</comments>
<guid isPermaLink="true">https://www.schweda.net/blog_ax.php?bid=455</guid>
<author>heinz.schweda@schweda.net (Heinz Schweda)</author>
<wfw:commentRss>https://www.schweda.net/blog_ax.php?bid=455</wfw:commentRss>
</item>
<item>
<title>Kommentar von Simon Lacher</title>
<description><![CDATA[Hallo Heinz,

danke, hat mit sehr geholfen. Für 2009 muss die Passage if(treeNodeMenu.treeNodeType().id() == #NT_MENUITEM) und if(treeNodeMenu4Path && treeNodeMenu4Path.treeNodeType().id() == #NT_MENU) durch if(treeNodeMenu.sysNodeType() == #NT_MENUITEM) und if(treeNodeMenu4Path && treeNodeMenu4Path.sysNodeType() == #NT_MENU) ersetzt werden. Dann funktionierts auch dort.]]></description>
<category>Microsoft Dynamics AX (Axapta)</category>
<pubDate>Thu, 28 Mar 2013 12:11:00 +0100</pubDate>
<link>https://www.schweda.net/blog_ax.php?bid=455</link>
<guid isPermaLink="true">https://www.schweda.net/blog_ax.php?bid=455</guid>
<author>Simon Lacher</author>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heinz Schweda</dc:creator>
<wfw:commentRss>https://www.schweda.net/blog_ax.php?bid=455</wfw:commentRss>
</item>
<item>
<title>Kommentar von Simon Lacher</title>
<description><![CDATA[In 3.0 funktionierts so:

-Entfernen der Einträge SysInfoAction_MenuFunction(diese Funktion ist erst mit Version 4.0 gekommen)
-statt if(menuItem.label() like _searchStr) - if(menuItem.name like _searchStr) verwenden

MfG
Simon]]></description>
<category></category>
<pubDate>Thu, 28 Mar 2013 13:03:00 +0100</pubDate>
<link>https://www.schweda.net/blog.php?bid=455</link>
<guid isPermaLink="true">https://www.schweda.net/blog.php?bid=455</guid>
<author>Simon Lacher</author>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heinz Schweda</dc:creator>
<wfw:commentRss>https://www.schweda.net/blog.php?bid=455</wfw:commentRss>
</item>
<item>
<title>Kommentar von Heinz Schweda</title>
<description><![CDATA[Hallo Simon, vielen Dank für deine ergänzenden Kommentare.]]></description>
<category></category>
<pubDate>Tue, 16 Apr 2013 21:05:00 +0200</pubDate>
<link>https://www.schweda.net/blog.php?bid=455</link>
<guid isPermaLink="true">https://www.schweda.net/blog.php?bid=455</guid>
<author>Heinz Schweda</author>
<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heinz Schweda</dc:creator>
<wfw:commentRss>https://www.schweda.net/blog.php?bid=455</wfw:commentRss>
</item>
</channel>
</rss>	
