<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Johan Rogstadius さんのアクティビティ</title><link>https://www.aras.com/community/members/johan_2d00_rogstadius</link><description>Johan Rogstadius さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Removing &amp;#039;Purge&amp;#039; from menu for specific ItemType</title><link>https://www.aras.com/community/f/development/3367/removing-purge-from-menu-for-specific-itemtype</link><pubDate>Thu, 10 Aug 2017 06:31:40 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:eb33560e-4fe8-41f0-93e5-cb21ab4ec732</guid><dc:creator>Johan Rogstadius</dc:creator><description>Is it possible to remove/hide a menu &amp;#39;item&amp;#39; e.g &amp;#39;Purge&amp;#39;  from the &amp;#39;Main Window Main Menu&amp;#39; for a specific ItemType.

Seems like you can do this for the &amp;#39;Tearoff Window Main Menu&amp;#39; by adding a init method to
the com.aras.innovator.cui_default.twmm_purge &amp;#39;Menu Button&amp;#39;.
The method i adds looks like this
-----
var aWindow = top.aras.getMainWindow() == window.top ? top.aras.getMainWindow() : window;
var workerFrame = aWindow.work;

if (workerFrame.itemTypeName === &amp;#39;myItemType&amp;#39; || workerFrame.itemTypeName === &amp;#39;myOtherItemType&amp;#39;)
{
return {&amp;#39;cui_invisible&amp;#39;: true};
}
------

If i try to do the same thing for the com.aras.innovator.cui_default.mwmm_purge menu Button the results seems to be a bit weird
(works for &amp;#39;myItemType&amp;#39; but not for &amp;#39;myOtherItemType&amp;#39;???).

I assume the difference lies in when the init method is run for the different menues ??

Any suggestions ?

/regards Johan R.

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Tue, 09 Mar 2021 13:24:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e3525eb6-da08-47a2-a76b-dcc818ac094f</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>