<?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>Eva DHR さんのアクティビティ</title><link>https://www.aras.com/community/members/eva.doychinova_4000_inensia.com</link><description>Eva DHR さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>parts display change</title><link>https://www.aras.com/community/f/community/38326/parts-display-change</link><pubDate>Tue, 26 Mar 2024 01:54:49 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8bc09019-648c-419b-b7bc-96b362175694</guid><dc:creator>roy yao</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Where can I change the Parts display to directly show all items, without click Search? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to add another section of a form in a different tab in Aras</title><link>https://www.aras.com/community/f/community/38173/how-to-add-another-section-of-a-form-in-a-different-tab-in-aras</link><pubDate>Mon, 11 Dec 2023 12:55:43 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a4de959b-c97b-4c0f-9554-a777b92c21f1</guid><dc:creator>Prasanth</dc:creator><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;I am new to Aras, and I am exploring different features of the tool,&amp;nbsp; as an administrator. I am writing this post to seek help in implementing a UI change. I want to add different forms in different tabs in the itemview.&lt;/p&gt;
&lt;p&gt;The number of properties for an itemtype is too big,&amp;nbsp;so I want to break the form into multiple sections, create a form view for each section, and add the different section views&amp;nbsp;in different tabs in the first accordian in the itemview. I want to do it this way also to have&amp;nbsp;an easy representation of which tabs will be available to view or edit for different item classifications and users.&lt;/p&gt;
&lt;p&gt;I was able to follow this blog post: &lt;a href="/community/b/english/posts/item-views-with-cui"&gt;item-views-with-cui&lt;/a&gt;&amp;nbsp;to add tabs to the first accordian, but&amp;nbsp;adding any &amp;quot;Form control&amp;quot; in the Window section only displays the default form in both tabs. I&amp;#39;m also not sure what to add in the &amp;quot;Additional Data&amp;quot; field here.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know if my approach is correct. Please do let me know if there is a better way to do it.&lt;/p&gt;
&lt;p&gt;I fabricated an image to better explain my question:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/fview.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;All replies are apprecieated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Prasanth.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Update Sequence property to existing records</title><link>https://www.aras.com/community/f/development/38135/update-sequence-property-to-existing-records</link><pubDate>Thu, 09 Nov 2023 15:44:10 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6408f605-8bed-4325-abee-bc6bf71bc8d8</guid><dc:creator>Sathish</dc:creator><description>&lt;p&gt;After adding a new sequence property to an existing item type, how can i update the value for existing records in database?&lt;/p&gt;
&lt;p&gt;It tried to update using server method&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;string nextSequence= inn.getNextSequence(&amp;quot;newSequence&amp;quot;);
Item editSelectionSet = inn.newItem(&amp;quot;myItemtype&amp;quot;, &amp;quot;edit&amp;quot;);
editSelectionSet.setID(thisSelectionSet.getID()); //looping all records here to get current row id
editSelectionSet.setProperty(&amp;quot;my_sequence&amp;quot;, nextSequence);
editSelectionSet = editSelectionSet.apply();&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ARAS REST API - How do I get properties of a RelationshipType</title><link>https://www.aras.com/community/f/development/38172/aras-rest-api---how-do-i-get-properties-of-a-relationshiptype</link><pubDate>Fri, 08 Dec 2023 05:11:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:65a76af6-fcb0-4a1f-9647-356b3fafd5f6</guid><dc:creator>ssreekesh</dc:creator><description>&lt;p&gt;The Properties of an ItemType can be retrieved using the below URL&lt;/p&gt;
&lt;p&gt;&lt;span&gt;/odata/ItemType(&amp;#39;&amp;lt;&amp;lt;item_type_id&amp;gt;&amp;gt;&amp;#39;)/Property&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But when we try to do the same for RelationshipType using the below URL, getting 404 not found error&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;/odata/RelationshipType(&amp;#39;&lt;/span&gt;&lt;span&gt;&amp;lt;&amp;lt;relationship_type_id&amp;gt;&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;#39;)/Property&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;quot;error&amp;quot;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&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;quot;code&amp;quot;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;quot;NotFound&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&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;quot;message&amp;quot;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;quot;Property&amp;nbsp;&amp;#39;Property&amp;#39;&amp;nbsp;of&amp;nbsp;&amp;#39;RelationshipType&amp;#39;&amp;nbsp;itemtype&amp;nbsp;not&amp;nbsp;found&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;}&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;How do I retrieve properties of a RelationshipType using ARAS REST API?&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Eva DHR</title><link>https://www.aras.com/community/members/eva.doychinova_4000_inensia.com/activities/647e6c7d-4257-43bc-bce8-863b07a68686</link><pubDate>Fri, 08 Dec 2023 15:18:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:647e6c7d-4257-43bc-bce8-863b07a68686</guid><dc:creator>Eva DHR</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>