<?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>AML Coding</title><link>https://www.aras.com/community/f/development/38227/aml-coding</link><description>I need to find all of the part numbers that have been on a CN that had the part disposition of either &amp;quot;Scrap&amp;quot; or &amp;quot;Repair&amp;quot;. 
 
 I can find the CN numbers but it doesn&amp;#39;t list the affected part part numbers. How do I get the affected part numbers added to</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: AML Coding</title><link>https://www.aras.com/community/thread/10046?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 00:51:10 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e0e430c1-60c6-4e46-a3f8-f2e5dfd59000</guid><dc:creator>dkinsley</dc:creator><description>&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;-Don&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AML Coding</title><link>https://www.aras.com/community/thread/10041?ContentTypeID=1</link><pubDate>Tue, 30 Jan 2024 09:41:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6da5c968-a394-4d28-bff2-3e695a66da81</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;This seems to be a custom change process, so we don&amp;acute;t know your currently used structure. But right now you only get the relationship that links to the Affected Item, but not the Affected Item and the Parts itself.&lt;/p&gt;
&lt;p&gt;I assume you have following structure:&lt;/p&gt;
&lt;p&gt;a_CN&lt;br /&gt;--&amp;gt; a_CN_Affected_Item&lt;br /&gt;&amp;nbsp; --&amp;gt; Affected Item&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;--&amp;gt; affected_id&amp;nbsp; --&amp;gt; Part&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;--&amp;gt; new_item_id --&amp;gt; Part&lt;/p&gt;
&lt;p&gt;If you reuse the regular &amp;quot;Affected Items&amp;quot; from Innovator, add an additional query to &amp;quot;Affected Item&amp;quot; and then an additional query to either get the Part connected to &amp;quot;affected_id&amp;quot; or &amp;quot;new_item_id&amp;quot;.&lt;/p&gt;
&lt;p&gt;It should be enough to add the additional level for Affected Item and then use a advanced select attribute to get the Part level, like select=&amp;quot;affected_id(item_number)&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>