<?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>badgie さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/badgie</link><description>badgie さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>How does Aras handle the action(s) on a collection of items in an AML?</title><link>https://www.aras.com/community/f/development/37281/how-does-aras-handle-the-action-s-on-a-collection-of-items-in-an-aml</link><pubDate>Fri, 08 Apr 2022 14:21:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b9db2e4b-1798-45b1-b00f-5fe749051736</guid><dc:creator>badgie</dc:creator><description>&lt;p&gt;I have written a server method that uses some custom XML-like AML to implement an inventory reconciliation.&amp;nbsp; I would like to pass in a collection of items for this method to act on.&lt;/p&gt;
&lt;p&gt;When I implement a server call like:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="xml"&gt;&amp;lt;AML&amp;gt;
&amp;lt;Item type=&amp;quot;Part&amp;quot; id=&amp;quot;1&amp;quot; action=&amp;quot;mymethod&amp;quot;/&amp;gt;
&amp;lt;Item type=&amp;quot;Part&amp;quot; id=&amp;quot;2&amp;quot; ./&amp;gt;
&amp;lt;/AML&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;is &amp;quot;this&amp;quot; the collection?&amp;nbsp; Or is the correct approach to pass the collection within an item?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;AML&amp;gt;

&amp;lt;Item type=&amp;quot;Part&amp;quot; id=&amp;quot;x&amp;quot; action=&amp;quot;mymethod&amp;quot;&amp;gt;
    &amp;lt;Item type=&amp;quot;Part&amp;quot; id=&amp;quot;1&amp;quot; ./&amp;gt;
    &amp;lt;Item type=&amp;quot;Part&amp;quot; id=&amp;quot;2&amp;quot; ./&amp;gt;
&amp;lt;/Item&amp;gt;

&amp;lt;/AML&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Or, is it generally considered best practice to have the server method called independently for each item?&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you!&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, 08 Apr 2022 14:21:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e640f13d-8d68-45ee-8f55-4f26e9ae0291</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Reverse Lookup</title><link>https://www.aras.com/community/f/development/3663/reverse-lookup</link><pubDate>Tue, 24 Apr 2018 10:29:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:14af076f-5e16-49ef-bd9e-348f85fa777e</guid><dc:creator>didonato</dc:creator><description>I&amp;#39;m using &amp;quot;../Solutions/PLM/scripts/ReverseItemsGrid.html&amp;quot; on a version ItemType

I have a itemType &amp;quot;A&amp;quot; that is in Rev-A Gen-1. If I open ItemType &amp;quot;B&amp;quot; and add relationship from (ItemType-A, Rev-A, Gen-1) the &amp;quot;ReverseItemsGrid.html&amp;quot; in itemType &amp;quot;A&amp;quot; works fine, but if I make changes to ItemType &amp;quot;A&amp;quot; and change its Rev to &amp;quot;B&amp;quot;, I lose the &amp;quot;ReverseItemsGrid.html&amp;quot; because it still linked to &amp;quot;Rev-A,Gen-1&amp;quot;.
How can I get ReverseItemsGrid.html to point to &amp;quot;Is_current&amp;quot;. I think now it&amp;#39;s pointing to the ID.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>