<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How do I get the ID of the selected item type from the TOC?</title><link>https://www.aras.com/community/f/applications/36056/how-do-i-get-the-id-of-the-selected-item-type-from-the-toc</link><description>hi 
 How do I get the ID of the selected item type from the TOC..? 
 Help me..</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: How do I get the ID of the selected item type from the TOC?</title><link>https://www.aras.com/community/thread/5846?ContentTypeID=1</link><pubDate>Fri, 23 Oct 2020 14:24:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c125f61d-c1ec-433e-a12e-fc2981c8730c</guid><dc:creator>AJ Sebastian</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure exactly what you&amp;#39;re looking for. If you wanted to get the id of a specific itemType in a JS method, you could do something similar to the following:&lt;/p&gt;
&lt;p&gt;var newItem = inn.newItem(&amp;quot;part&amp;quot;,&amp;quot;get&amp;quot;);&lt;/p&gt;
&lt;p&gt;newItem.setProperty(&amp;quot;name&amp;quot;, {YOUR ITEMTYPE NAME});&lt;/p&gt;
&lt;p&gt;newItem = newItem.apply;&lt;/p&gt;
&lt;p&gt;var id = newItem.getID();&lt;/p&gt;
&lt;p&gt;This can get whatever ItemType you&amp;#39;re looking for and extract the ID. Let me know if I&amp;#39;ve misunderstood your question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get the ID of the selected item type from the TOC?</title><link>https://www.aras.com/community/thread/5845?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2020 22:43:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:413f9cf3-ab1d-4015-acbc-edb528ca04bd</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;&lt;span&gt;Is it possible to implement JavaScript code?&lt;/span&gt;&lt;/p&gt;
&lt;div class="main_layout" id="root"&gt;
&lt;div&gt;
&lt;div class="wrap___1rX6i rwd rwd___3Qe-c banner_active___3MQbf"&gt;
&lt;div class="content___jjEJ5 scroll"&gt;
&lt;div class="rwd_layout___2qH8c"&gt;
&lt;div class="rwd_box___1ysJh"&gt;
&lt;div class="translate_area___3xdxa translate_result___21ZBH mo_show___GaMYQ"&gt;
&lt;div class="edit_area___2iv-G" id="targetEditArea"&gt;
&lt;div class="edit_box___1KtZ3 active___3VPGL" id="txtTarget"&gt;&lt;span&gt;Selected Item Type ID on TOC&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; get JavaScript Code .....&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get the ID of the selected item type from the TOC?</title><link>https://www.aras.com/community/thread/5844?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2020 15:07:54 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0755f8c2-d1a0-4b4a-84aa-77796eeaaffe</guid><dc:creator>AJ Sebastian</dc:creator><description>&lt;p&gt;Hi mym607,&lt;/p&gt;
&lt;p&gt;Please let me know if I&amp;#39;ve misunderstood your question. To get the ID of a specific ItemType that you&amp;#39;d find on the TOC (EX: Part), here are the steps.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Log in as Admin&lt;/p&gt;
&lt;p&gt;In the Administration section of the TOC, perform a search on the ItemType ItemType&lt;/p&gt;
&lt;p&gt;Search for the Part ItemType&lt;/p&gt;
&lt;p&gt;Right-click on the Part result in the search grid and select properties&lt;/p&gt;
&lt;p&gt;Copy ID button.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re looking for a specific Item ID, the process is essentially the same. Every Item has a properties page which contains the ID of the item, and this also counts for ItemTypes, because everything is an Item.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;AJ&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>