<?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>mym607 さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/mym607</link><description>mym607 さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>onInsertRow..</title><link>https://www.aras.com/community/f/development/36174/oninsertrow</link><pubDate>Tue, 01 Dec 2020 01:31:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:311f88f9-0382-4466-9a5c-22ba66a8f6a4</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;hi.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I don&amp;#39;t know why the _order value is NaN.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;var prt = typeof(parent.document.item) == &amp;quot;object&amp;quot; ? parent.document : parent.parent;&lt;br /&gt;var tmpThisItem = typeof(parent.document.thisItem) == &amp;quot;object&amp;quot; ? parent.document.thisItem : parent.thisItem;&lt;br /&gt;var NewRels = prt.item.selectNodes(&amp;quot;Relationships/Item[@type='" + relationshipTypeName + "' and @isTemp='1']&amp;quot;);&lt;br /&gt;if (!NewRels || NewRels.length &amp;lt; 2) &lt;br /&gt; top.aras.getItemRelationshipsEx(prt.item, relationshipTypeName);&lt;/p&gt;
&lt;p&gt;var maxVal = 0;&lt;br /&gt;var rels = tmpThisItem.getRelationships(relationshipTypeName);&lt;br /&gt;var count = rels.getItemCount();&lt;br /&gt;for (var i = 0; i &amp;lt; count; i++) {&lt;br /&gt; var rel = rels.getItemByIndex(i);&lt;br /&gt; var _order = parseInt(rel.getProperty(&amp;quot;_order&amp;quot;));&lt;br /&gt; alert(_order);&lt;br /&gt; if (_order &amp;gt; maxVal) {&lt;br /&gt; maxVal = _order;&lt;br /&gt; }&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;var thisRel = tmpThisItem.getItemsByXPath(&amp;quot;//Item[@id='" + relationshipID + "']&amp;quot;).getItemByIndex(0);&lt;br /&gt;thisRel.setProperty(&amp;quot;_order&amp;quot;, maxVal + 1);&lt;br /&gt;grid.items_Experimental.set(relationshipID, &amp;quot;value&amp;quot;, &amp;quot;_order&amp;quot;, maxVal + 1);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to Apply the AML Directly..</title><link>https://www.aras.com/community/f/development/36264/how-to-apply-the-aml-directly</link><pubDate>Mon, 11 Jan 2021 07:52:04 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7750b0d6-15a9-4597-8d09-3ceb279e75d7</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;hi..&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Returns null....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;amlallxc = &amp;quot;&amp;lt;AML&amp;gt;&amp;lt;Item type=\&amp;quot;KOSO_MBOM_Part\&amp;quot; action=\&amp;quot;get\&amp;quot; select=\&amp;quot;_item_number, xp-*\&amp;quot;&amp;gt;&amp;quot;&lt;br /&gt; + &amp;quot;&amp;lt;_m_spec_item&amp;gt;1&amp;lt;/_m_spec_item&amp;gt;&amp;quot;&lt;br /&gt; + &amp;quot;&amp;lt;Relationships&amp;gt;&amp;quot;&lt;br /&gt; + &amp;quot;&amp;lt;Item type=\&amp;quot;KOSO_MBOM_PART_XCLASS\&amp;quot; action=\&amp;quot;get\&amp;quot; select=\&amp;quot;related_id, keyed_name\&amp;quot;&amp;gt;&amp;quot;&lt;br /&gt; + &amp;quot;&amp;lt;related_id&amp;gt;\&amp;quot;&amp;quot;+xcNme_idx.getProperty(&amp;quot;id&amp;quot;)+&amp;quot;\&amp;quot;&amp;lt;/related_id&amp;gt;&amp;lt;/Item&amp;gt;&amp;quot;&lt;br /&gt; + &amp;quot;&amp;lt;/Relationships&amp;gt;&amp;quot;&lt;br /&gt; + &amp;quot;&amp;lt;/Item&amp;gt;&amp;quot;&lt;br /&gt; + &amp;quot;&amp;lt;/AML&amp;gt;&amp;quot;;&lt;/p&gt;
&lt;p&gt;resallxc = inn.applyAML(amlallxc);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;help me..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>error in AML</title><link>https://www.aras.com/community/f/development/36236/error-in-aml</link><pubDate>Fri, 18 Dec 2020 07:46:07 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:67b68099-f608-40bf-b5d0-cbf585631d06</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;HI&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Item _cad = inn.newItem(&amp;quot;CAD&amp;quot;, &amp;quot;get&amp;quot;);&lt;br /&gt;Item cad_str = _cad.createRelationship(&amp;quot;CAD Structure&amp;quot;, &amp;quot;get&amp;quot;);&lt;br /&gt;cad_str.setAttribute(&amp;quot;where&amp;quot;, &amp;quot;CAD_Structure.related_id = &amp;#39;&amp;quot;+this.getProperty(&amp;quot;id&amp;quot;)+&amp;quot;&amp;#39;&amp;quot;);&lt;br /&gt;Item res2 = _cad.apply();&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is there anything wrong?&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Res2 is marked as null.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export GridContainer to Excel</title><link>https://www.aras.com/community/f/development/36198/export-gridcontainer-to-excel</link><pubDate>Thu, 10 Dec 2020 00:55:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3869f922-c9f1-4351-9f19-c344041f346e</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;hi.&lt;/p&gt;
&lt;p&gt;By default, the entire item is exported.&lt;/p&gt;
&lt;p&gt;Is there a way to export only specific items to Excel?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The relevant method is thought to be cui_default_mwt_export2Excel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>[where used]Why do they include each other?</title><link>https://www.aras.com/community/f/development/36119/where-used-why-do-they-include-each-other</link><pubDate>Thu, 12 Nov 2020 04:57:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2058c1cb-0a83-4417-a64e-39436bf0351b</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;&lt;span&gt;Why do they include each other?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1605157048538v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>command bar section dependency ??</title><link>https://www.aras.com/community/f/community/36046/command-bar-section-dependency</link><pubDate>Thu, 15 Oct 2020 23:46:42 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:adacecf8-5ad3-4013-82ca-597768433501</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;&lt;span&gt;What does command bar section dependency mean?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><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><pubDate>Thu, 22 Oct 2020 02:19:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:54b0d074-a48e-46c2-b392-feeada60e22b</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;How do I get the ID of the selected item type from the TOC..?&lt;/p&gt;
&lt;p&gt;Help me..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>The ID value is not output.</title><link>https://www.aras.com/community/f/development/36054/the-id-value-is-not-output</link><pubDate>Wed, 21 Oct 2020 06:12:54 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b82a395b-bd8d-44d8-aa04-767f28a36e8b</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;HI..&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;The ID value is not output.&lt;/span&gt;&lt;/div&gt;
&lt;div class="edit_box___1KtZ3 active___3VPGL"&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="edit_box___1KtZ3 active___3VPGL"&gt;&lt;span&gt;&lt;/span&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&gt;
&lt;p&gt;var inn = aras.IomInnovator;&lt;/p&gt;
&lt;p&gt;var myGroupIdentities = aras.IomInnovator.newItem ( &amp;quot;IDENTITY&amp;quot; , &amp;quot;get&amp;quot; );&lt;/p&gt;
&lt;p&gt;myGroupIdentities.setAttribute( &amp;quot;SELECT&amp;quot; , &amp;quot;[IDENTITY].id, [IDENTITY].name&amp;quot; );&lt;br /&gt;myGroupIdentities.setProperty( &amp;quot;NAME&amp;quot;, &amp;quot;&amp;#39;KOSO Sales2&amp;#39;&amp;quot; );&lt;br /&gt;alert(myGroupIdentities);&lt;br /&gt;myGroupIdentities = myGroupIdentities.apply();&lt;/p&gt;
&lt;p&gt;var itemID = myGroupIdentities.getProperty(&amp;quot;id&amp;quot;);&lt;/p&gt;
&lt;p&gt;alert(itemID);&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1603260633941v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Please tell me how to get itemtype id</title><link>https://www.aras.com/community/f/development/36053/please-tell-me-how-to-get-itemtype-id</link><pubDate>Tue, 20 Oct 2020 15:31:31 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:75d928ef-8993-4843-99b5-b1d36527fb42</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;&lt;span&gt;Please let me know how to get itemtype ID if you choose from TOC window........&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How should I compare?</title><link>https://www.aras.com/community/f/development/36051/how-should-i-compare</link><pubDate>Tue, 20 Oct 2020 05:21:40 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8d3d701e-ef58-4d50-a666-79750f2d776f</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;var inn = document.thisItem.getInnovator();&lt;/p&gt;
&lt;p&gt;var myI = new top.Innovator();&lt;br /&gt; var userID = myI.getUserID();&lt;br /&gt; alert (userID);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;var body = &amp;quot;SELECT U.ID &amp;quot; &lt;br /&gt; +&amp;quot;FROM innovator.[IDENTITY] I &amp;quot;&lt;br /&gt; +&amp;quot;INNER JOIN innovator.MEMBER M ON I.ID = M.SOURCE_ID &amp;quot;&lt;br /&gt; +&amp;quot;INNER JOIN innovator.[USER] U ON M.RELATED_ID = U.OWNED_BY_ID &amp;quot;&lt;br /&gt; +&amp;quot;WHERE I.NAME = &amp;#39;Sales&amp;#39; AND U.ID = &amp;#39;&amp;quot;+userID+&amp;quot;&amp;#39;&amp;quot;;&lt;/p&gt;
&lt;p&gt;var factors = inn.applySQL(body);&lt;br /&gt;alert(factors);&lt;/p&gt;
&lt;p&gt;var itemID = factors.getProperty(&amp;quot;id&amp;quot;);&lt;/p&gt;
&lt;p&gt;if(itemID == &amp;quot;&amp;quot;)&lt;br /&gt; alert(&amp;quot;pdf&amp;quot;)&lt;br /&gt;else&lt;br /&gt; alert(&amp;quot;no pdf&amp;quot;);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Question on AML queries..</title><link>https://www.aras.com/community/f/development/36050/question-on-aml-queries</link><pubDate>Mon, 19 Oct 2020 23:55:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2ab87889-485e-40b4-b660-d2da072257d5</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&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>Fri, 18 Sep 2020 03:28:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7700b7c9-6a44-4295-a417-7d2d14863058</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Why does generation only increase?</title><link>https://www.aras.com/community/f/community/35973/why-does-generation-only-increase</link><pubDate>Fri, 18 Sep 2020 03:28:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1551323b-0284-4f5e-b989-1d29e1cbfecc</guid><dc:creator>mym607</dc:creator><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Why does generation only increase?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/pastedimage1600399664543v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>