<?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>Maddy さんのアクティビティ</title><link>https://www.aras.com/community/members/mangeshk3007gmail_2d00_com</link><description>Maddy さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>How to get parent Item type recursively</title><link>https://www.aras.com/community/f/development/3260/how-to-get-parent-item-type-recursively</link><pubDate>Tue, 02 May 2017 09:24:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4f41fad1-641a-4a71-9b65-e3955e7d9033</guid><dc:creator>Maddy</dc:creator><description>I have structure where, I have to find all the parent Item in my BOM tree, so How to find it by aml query, or  any server side method for finding all parent Item in BOM.

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to set Default value thru office connector</title><link>https://www.aras.com/community/f/development/6424/how-to-set-default-value-thru-office-connector</link><pubDate>Wed, 09 Oct 2019 12:32:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:44d1cf88-d17b-42bc-855d-767516765693</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have to set default value for some of the properties thru office connector, I tried in &amp;quot;MSO_SaveDocument&amp;quot; this method, but value is not getting set on document. (I don&amp;#39;t want to map this property with office connector).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;itemToSave.setProperty(&amp;quot;name&amp;quot;,&amp;quot;Auto Generated&amp;quot;);&lt;/em&gt;&lt;br /&gt;&lt;em&gt; itemToSave.setProperty(&amp;quot;language&amp;quot;,&amp;quot;en&amp;quot;);&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;itemToSave =&amp;nbsp;itemToSave.apply();&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Is there any other approach.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maddy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting 0x80131040 error while uploading a file</title><link>https://www.aras.com/community/f/community/37983/getting-0x80131040-error-while-uploading-a-file</link><pubDate>Mon, 08 May 2023 07:11:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7e987229-abc7-484f-b837-5edf5cdb4337</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hello Experts,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am getting below&amp;nbsp;error while uploading the file, could you please help me on the same.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/6523.File-Upload-Error.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maddy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to hide/show columns of relationship on OnFormPopulate event</title><link>https://www.aras.com/community/f/community/37595/how-to-hide-show-columns-of-relationship-on-onformpopulate-event</link><pubDate>Wed, 14 Sep 2022 05:19:24 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2e729a35-c6cd-4fab-9888-4658207697de</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am trying to hide some of the columns from the relationship based on parent property value, I have tried below code:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;parent.findCurrentRelationshipsTab().grid.setColumnVisible(ColumnIndex, false, 150);&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;however, this is working when Item is loaded, I want this on onFormPopulate.&lt;/p&gt;
&lt;p&gt;I am getting the &lt;em&gt;&lt;strong&gt;parent.findCurrentRelationshipsTab().grid&lt;/strong&gt;&lt;/em&gt; as null/empty.&lt;/p&gt;
&lt;p&gt;Is there any way to&amp;nbsp;get the relationship grid.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Maddy&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Refresh context item with relationship grid using client side methods</title><link>https://www.aras.com/community/f/community/6097/refresh-context-item-with-relationship-grid-using-client-side-methods</link><pubDate>Mon, 24 Jun 2019 06:27:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a835281c-6a09-4728-a3dc-620b7e849a96</guid><dc:creator>Satish</dc:creator><description>&lt;p&gt;I am facing problem with whenever i added new relationship under relationship tab using client method i write code for tab refresh this tab refresh working fine but add new relationship button is disable so if i want to add new item under relationship i need to refresh or save item.&lt;br /&gt; so i want to do this process automatically , so can you help me refresh context item automatically on client event fired.&lt;br /&gt; or share any solution for refresh all item&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/500x240/__key/communityserver-discussions-components-files/10/2019_2D00_06_2D00_24-11_5F00_45_5F00_45_2D00_.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Owner Identity</title><link>https://www.aras.com/community/f/getting-started/3764/owner-identity</link><pubDate>Thu, 28 Jun 2018 02:45:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8fbe8d6c-5407-4842-9666-ed7535f303ca</guid><dc:creator>Maddy</dc:creator><description>Hi,

I have two query:
&lt;ol&gt;
 	&lt;li&gt;What is exactly owner identity means?&lt;/li&gt;
 	&lt;li&gt;How to add Identity/User to Owner Identity? because When I run &amp;quot;Create New Revision&amp;quot; Action on &amp;quot;Released&amp;quot; state of a Document Item(logged-in as a user who created the document), got this Error &lt;strong&gt; &amp;quot;You must be a member of the Owner identity to perform this action.&amp;quot; &lt;/strong&gt;Is there any difference between the &lt;strong&gt;owner&lt;/strong&gt; of the Item and &lt;strong&gt;Created By&lt;/strong&gt; Item.&lt;/li&gt;
&lt;/ol&gt;
&amp;nbsp;

Regards,

Maddy.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How we can add search mode (Simple Search, AML Search, Advanced Search) dropdown in Multi-level BOM</title><link>https://www.aras.com/community/f/development/36237/how-we-can-add-search-mode-simple-search-aml-search-advanced-search-dropdown-in-multi-level-bom</link><pubDate>Fri, 18 Dec 2020 09:01:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:742369d5-a849-4bad-b12b-61859503ec7b</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am trying to add search mode in the Multi-level BOM relationship toolbar, but I am not very sure that how can I achieve this.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also, I have one custom relationship where I am displaying data in TGV, in that custom toolbar also I want the same functionality i.e Search mode dropdown.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can anyone please let me know that is there any way to achieve the same?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maddy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Part Lock Unlock Performance issue on the main search grid</title><link>https://www.aras.com/community/f/development/36137/part-lock-unlock-performance-issue-on-the-main-search-grid</link><pubDate>Wed, 18 Nov 2020 09:44:07 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6d0873d6-2646-4100-bc42-27e58f0c2717</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hello Experts,&lt;/p&gt;
&lt;p&gt;I am using Aras 11 SP15, I am facing an issue while locking/unlocking the part from the main search grid, it is taking around 10-15 seconds to lock the part, I have checked all custom methods on the &amp;#39;Lock&amp;#39; and &amp;#39;Unlock&amp;#39; event but all customs methods took 1-2 seconds to execute. Also When I checked in the Network section of the browser, it is around 350 requests.&lt;/p&gt;
&lt;p&gt;How can improve the performance while locking the part from the main search grid?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Maddy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Work Item Showing Restricted on Revision B in My Inbasket</title><link>https://www.aras.com/community/f/getting-started/3752/work-item-showing-restricted-on-revision-b-in-my-inbasket</link><pubDate>Thu, 21 Jun 2018 07:49:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:72704031-4210-4bbb-b750-2decac644c34</guid><dc:creator>Maddy</dc:creator><description>Hi Experts,

My Document is in revision &amp;quot;B&amp;quot;, but the &amp;quot;&lt;strong&gt;Work Item&lt;/strong&gt;&amp;quot; in &amp;quot;&lt;strong&gt;In MyBasket&lt;/strong&gt;&amp;quot; showing as &amp;quot;&lt;strong&gt;Restricted&amp;quot;&lt;/strong&gt;

what is missing?

&amp;nbsp;

Regards,

Maddy.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Error while saving Document thru Office Connector</title><link>https://www.aras.com/community/f/development/6521/error-while-saving-document-thru-office-connector</link><pubDate>Thu, 31 Oct 2019 12:21:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ed59695c-d0f1-4dd4-bf9b-6fc467a5f409</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m getting error while saving document thru office connector with normal user, but if I saved Document using root user it is getting saved, I am not able to track from which MSO method I&amp;#39;m getting this error.&lt;/p&gt;
&lt;p&gt;Please find below Image:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1572524385605v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Which methods are getting triggered when we save the document thru Office Connector?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maddy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to focus on particular column in relationship grid</title><link>https://www.aras.com/community/f/community/6324/how-to-focus-on-particular-column-in-relationship-grid</link><pubDate>Fri, 13 Sep 2019 06:12:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a2b9816a-cd67-4fb1-9852-c4712236ad64</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am trying to focus/select second column/cell of relationship of Document File, on onInsertRow event &amp;quot;Document File&amp;quot;.&lt;/p&gt;
&lt;p&gt;so is it possible to do this?&lt;/p&gt;
&lt;p&gt;please find below image&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/600x300/__key/communityserver-discussions-components-files/10/a.png" /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maddy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to set default value to list onformpopulate</title><link>https://www.aras.com/community/f/development/6382/how-to-set-default-value-to-list-onformpopulate</link><pubDate>Fri, 27 Sep 2019 11:26:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a34671a9-ad8c-48da-bb38-8481ca126883</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve list field on some of the document classifications which is mandatory field, I have to set default value, it is getting set on that field but while saving the document, getting error &amp;quot;Please provide value for mandatory property&amp;quot;.&lt;/p&gt;
&lt;p&gt;Below is code I written on &amp;quot;onformpopulate&amp;quot; event:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;var documentItem = document.thisItem;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;var type = documentItem.getProperty(&amp;quot;classification&amp;quot;);&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;if(type === &amp;quot;ABC&amp;quot; || type === &amp;quot;PQR&amp;quot;)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;{ &lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;document.getElementById(&amp;quot;MainDataForm&amp;quot;).sh_number.value = &amp;quot;100&amp;quot;;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;}&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;How to handle this?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maddy.&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, 27 Sep 2019 11:26:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:de2dd4ce-1afe-419b-976e-1de0e51830f1</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>How to get items with all of its revisions with maximum generation</title><link>https://www.aras.com/community/f/community/6335/how-to-get-items-with-all-of-its-revisions-with-maximum-generation</link><pubDate>Tue, 17 Sep 2019 12:12:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2c3145a9-7ee7-4b60-964d-38e2584173aa</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to get part all revision with maximum generation using IOM:&lt;/p&gt;
&lt;p&gt;below are the entries:&lt;/p&gt;
&lt;p&gt;Item Number&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Generation&amp;nbsp; &amp;nbsp; &amp;nbsp;Revision&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Testnumber1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 00&lt;br /&gt;Testnumber1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 00&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;3&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 00&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;4&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 00&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;5&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 00&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;6&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 00&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;7&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 00&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;8&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 01&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;9&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt; 01&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;10&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;02&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;so from above entries I want:&lt;/p&gt;
&lt;p&gt;Item Number&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Generation&amp;nbsp; &amp;nbsp; &amp;nbsp;Revision&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Testnumber1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;00&lt;br /&gt;Testnumber1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;01&lt;br /&gt;Testnumber1&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10&lt;/span&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;02&lt;/p&gt;
&lt;p&gt;I got this result with below SQL:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;select item_number, MAX(generation) as generation, major_rev&lt;/em&gt;&lt;br /&gt;&lt;em&gt;from innovator.PART&lt;/em&gt;&lt;br /&gt;&lt;em&gt;group by item_number, major_rev order by generation&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;but how to do this with IOM?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maddy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Update Part Document Relationship</title><link>https://www.aras.com/community/f/community/6236/update-part-document-relationship</link><pubDate>Thu, 22 Aug 2019 12:05:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ec8619d6-147d-4988-9315-b5c4372bea59</guid><dc:creator>Maddy</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to update PART DOCUMENT relationship but facing issue:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;AML:&amp;nbsp;&lt;/p&gt;
&lt;pre style="padding-left:30px;"&gt;&amp;lt;AML&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;Item type=&amp;quot;Part Document&amp;quot; action=&amp;quot;edit&amp;quot; where=&amp;quot;[Part_Document].id=&amp;#39;C080331098D24F00B635418D823D97AC&amp;#39;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;related_id&amp;gt;AFF14CBFFD074494B00E3D247D8D11FE&amp;lt;/related_id&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/Item&amp;gt; &lt;br /&gt;&amp;lt;/AML&amp;gt;&lt;/pre&gt;
&lt;p&gt;getting&amp;nbsp;&lt;strong&gt;Object reference not set to an instance of an object&lt;/strong&gt;&amp;nbsp;error.&lt;/p&gt;
&lt;p&gt;how to edit this relationship as I want to attach different document on some condition.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Maddy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>