<?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>cogres さんのアクティビティ</title><link>https://www.aras.com/community/members/cogres</link><description>cogres さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Browse the versions of an item</title><link>https://www.aras.com/community/f/development/6607/browse-the-versions-of-an-item</link><pubDate>Thu, 21 Nov 2019 11:29:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d0d43b25-0560-4254-9826-bbdf3f23e132</guid><dc:creator>Hamdi_Kendil</dc:creator><description>&lt;p&gt;&lt;span style="font-size:150%;"&gt;Hi everyone ,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;I&amp;#39;m currently trying to implement a C# method that should be able to browse&lt;span style="background-color:#ffffff;color:#000080;"&gt; all the versions &lt;/span&gt;of a &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Part Item , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;thus we can read the states of the different versions and promote them .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;but the problem is that I don&amp;#39;t know how to get the versions of an Item .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Does anyone know how to solve this issue please ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;Thanks in Advance&amp;nbsp;&lt;br /&gt;Hamdi&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Comments after return in Client Method leads to &amp;#39;event handler&amp;#39; error</title><link>https://www.aras.com/community/f/development/6635/comments-after-return-in-client-method-leads-to-event-handler-error</link><pubDate>Mon, 02 Dec 2019 13:55:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:08006a44-3181-41e5-944f-5403fcef5716</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;I discovered a strange behavior in Innovator 12.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let&amp;acute;s assume we have a regular Form with a button that uses the following onClick event:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;alert(&amp;quot;This is just a test button event&amp;quot;);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;return;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;// Todo for later: add additional validation&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This Method will lead to the following error Message:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&amp;#39;Event handler&amp;#39; failed with the message: ReferenceError: func $ BD472BC271CA48E88DE6CB0C7E3CED75 $ _onclick2 is not defined&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I noticed that the Method works fine, as soon as I remove the comment behind the return. Of course in normal code we most of the time do not have any additional comments after the final return.&lt;br /&gt;But when creating new Methods, I often place later used code at the bottom so I can take care for it later.&lt;br /&gt;Comments after the return statement were never any problem in Innovator 11. It took me quite a few days until I finally discovered why certain parts of my new code never worked.&lt;br /&gt;Is there an explanation for this new behavior? Are there any other new design rules to consider when programming in Innovator 12?&lt;br /&gt;&lt;br /&gt;Would be happy about any hints to avoid similar effects!&lt;br /&gt;Thanks!&lt;br /&gt;Angela&lt;span lang="en"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Query for Items related to the current user&amp;#39;s Identity?</title><link>https://www.aras.com/community/f/development/37556/query-for-items-related-to-the-current-user-s-identity</link><pubDate>Wed, 17 Aug 2022 16:42:09 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a02d8c1a-425b-4ce3-84df-573d7a4bb31a</guid><dc:creator>Jeff Stroh</dc:creator><description>&lt;p&gt;Looking to build a TGV for our users that basically looks for certain ItemTypes that they are either a creator, owner, or manager of.&lt;/p&gt;
&lt;p&gt;Trouble I&amp;#39;m running into is how to set the initial Query condition?&lt;/p&gt;
&lt;p&gt;I tried setting a Where condition of Current = Name, but that didn&amp;#39;t work.&amp;nbsp; Do get results expected when I set a parameter and then execute the query using Name LIKE $first_name...&lt;/p&gt;
&lt;p&gt;I will be launching from a method, so I presume that could merge it into the&amp;nbsp;startConditionProviderParam = &amp;#39;startConditionProvider=ItemDefault({&amp;quot;id&amp;quot;:&amp;quot;id&amp;quot;})&amp;#39;; segment, but I was hoping there was a way to do this from the Query itself.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Has anyone done something similar?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>The xpath query is too complex</title><link>https://www.aras.com/community/f/development/6341/the-xpath-query-is-too-complex</link><pubDate>Wed, 18 Sep 2019 18:37:56 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:21e6630f-4da2-4310-bd17-b8ba44a564c6</guid><dc:creator>Former Member</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am experimenting with Federated data and am getting the error &amp;quot;The xpath query is too complex&amp;quot;.&lt;/p&gt;
&lt;p&gt;I am trying to access an external SQL Server database. I wrote a method that I invoke in the &amp;quot;onGet&amp;quot; Server Event of the Part ItemType. Here&amp;#39;s what the&amp;nbsp;method looks like:&lt;/p&gt;
&lt;p&gt;string szConnectionString = @&amp;quot;Provider=SQLOLEDB;Data Source=MYSQL\Dev; Initial Catalog=PART; User ID=innovator; &lt;strong&gt;Password=&lt;/strong&gt;&amp;quot;;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;System.Data.OleDb.OleDbConnection myConnection = new System.Data.OleDb.OleDbConnection(szConnectionString);&lt;/p&gt;
&lt;p&gt;string sqltext = &amp;quot;select part_nbr,cage,mfr_desc from &lt;strong&gt;PART.dbo.part&lt;/strong&gt;&amp;quot;;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;System.Data.OleDb.OleDbCommand com = new System.Data.OleDb.OleDbCommand(sqltext);&lt;/p&gt;
&lt;p&gt;com.Connection = myConnection;&lt;/p&gt;
&lt;p&gt;myConnection.Open();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;System.Data.OleDb.OleDbDataReader myDataReader = com.ExecuteReader();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Item res5 = this.newItem(&amp;quot;Part&amp;quot;);&lt;/p&gt;
&lt;p&gt;res5.setID(getNewID());&lt;/p&gt;
&lt;p&gt;res5 = res5.apply();&lt;/p&gt;
&lt;p&gt;while (myDataReader.Read())&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item temp = this.newItem(&amp;quot;Part&amp;quot;);&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;temp.setProperty(&amp;quot;part_nbr&amp;quot;, myDataReader.GetString(0));&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp.setProperty(&amp;quot;cage&amp;quot;, myDataReader.GetString(1));&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp.setProperty(&amp;quot;ccmfr_desc&amp;quot;, myDataReader.GetString(2));&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; res5.appendItem(temp);&lt;/p&gt;
&lt;p&gt;};&lt;/p&gt;
&lt;p&gt;myConnection.Close();&lt;/p&gt;
&lt;p&gt;return &lt;strong&gt;res5.apply();&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In my &amp;quot;Part&amp;quot; ItemType I added 3 Federated properties: part_nbr, cage, ccmfr_desc.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Can anyone shed some light here? Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to display database name on bottom in Innovator 12?</title><link>https://www.aras.com/community/f/development/6610/how-to-display-database-name-on-bottom-in-innovator-12</link><pubDate>Fri, 22 Nov 2019 15:51:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a4287ff6-2a16-4560-a394-99d48ae99bd1</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;I am right now playing around with Innovator 12 and have some trouble to differentiate two databases that run on the same server.&lt;/p&gt;
&lt;p&gt;In Innovator 11, the name of the database is shown at the bottom of the Innovator screen. This way it was always easy to see, which database is in use right now. Innovator 12 removed the database hint. When I want to discover the current used database name, I have to go to the menu in the bottom right corner, which means two additional clicks.&amp;nbsp;The database information is not relevant for end user. But as admin I constantly move around between multiple databases. Is it possible to customize Innovator 12 so it will show the database information again?&lt;/p&gt;
&lt;p&gt;Are there any other ways to differentiate two databases on the same server? When having a full second server instance, it&amp;acute;s possible to use a custom logo for the second instance. Maybe we can do something similar&amp;nbsp;on database level?&lt;/p&gt;
&lt;p&gt;I would be happy about any ideas that makes admin live easier in Innovator 12!&lt;/p&gt;
&lt;p&gt;Thanks!&lt;br /&gt;Angela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to solve the error: The remote name could not be resolved: &amp;#39;HostUrl&amp;#39;</title><link>https://www.aras.com/community/f/development/9231/how-to-solve-the-error-the-remote-name-could-not-be-resolved-hosturl</link><pubDate>Wed, 11 Mar 2020 08:51:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5d311810-9fdd-472f-a2b8-6f51e8ed9e6c</guid><dc:creator>Oussama</dc:creator><description>&lt;p&gt;Hi All,&lt;br /&gt;I am new to ARAS and i try to get familiarized with its concepts.&lt;br /&gt;In the current situation i try to connect two ARAS entities so they can send requests between each other (add, update, delete...)&lt;br /&gt;&lt;br /&gt;I created a server event method on ARAS N&amp;deg;2 to send request to ARAS N&amp;deg;1 using the code below:&lt;/p&gt;
&lt;p&gt;Innovator inn = this.getInnovator();&lt;br /&gt;string myUrlAdress= &amp;quot;&amp;quot;&amp;gt;hostOfAras1/.../anItemType&amp;quot;;&lt;br /&gt;var request = (HttpWebRequest)WebRequest.Create(myUrlAdress);&lt;br /&gt;request.Method = &amp;quot;POST&amp;quot;;&lt;br /&gt;AuthenticateHeader(request);&lt;br /&gt;string postData= &amp;quot;{\&amp;quot;_propretyOne\&amp;quot;:\&amp;quot;ValueOne\&amp;quot;,\&amp;quot;_propertyTwo\&amp;quot;: \&amp;quot;valueTwo\&amp;quot;}&amp;quot;;&lt;br /&gt;var streamWriter = new StreamWriter(request.GetRequestStream());&lt;br /&gt;streamWriter.Write(postData);&lt;br /&gt;streamWriter.Flush();&lt;br /&gt;streamWriter.Close();&lt;br /&gt;return this;&lt;br /&gt;}&lt;br /&gt;private void AuthenticateHeader(WebRequest req)&lt;br /&gt;{&lt;br /&gt;req.Headers.Add(&amp;quot;AUTHUSER&amp;quot;, &amp;quot;admin&amp;quot;);&lt;br /&gt;req.Headers.Add(&amp;quot;AUTHPASSWORD&amp;quot;, &amp;quot;607920b64fe136f9ab2389e371852af2&amp;quot;);&lt;br /&gt;req.Headers.Add(&amp;quot;DATABASE&amp;quot;, &amp;quot;DataBaseOfAras1&amp;quot;);&lt;br /&gt;req.ContentType = &amp;quot;application/json&amp;quot;;&lt;/p&gt;
&lt;p&gt;When i run it i get the following error: &lt;span style="background-color:#ffffff;color:#444444;float:none;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-line;"&gt;The remote name could not be resolved: &amp;#39;hostOfAras1&amp;#39; of type &lt;b style="background-color:#ffffff;color:#444444;font-family:Verdana;font-size:x-small;font-style:normal;font-weight:bolder;letter-spacing:normal;text-align:start;text-indent:-10px;text-transform:none;white-space:normal;"&gt;System.Net.WebException&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;NOTE: After some debug i noticed that the error is generated by this line of code &amp;quot; var streamWriter = new StreamWriter(request.GetRequestStream()); &amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Calling server method from another server method</title><link>https://www.aras.com/community/f/development/9206/calling-server-method-from-another-server-method</link><pubDate>Mon, 09 Mar 2020 14:38:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3577a46a-fa68-458b-aaa7-d6168a2691da</guid><dc:creator>Suhas</dc:creator><description>&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;From one server method (Method A ), I&amp;#39;m calling another server method (Method B) .&lt;/p&gt;
&lt;p&gt;From (Method B) returning inn.newError(&amp;quot;Error&amp;quot;);&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And in calling method (Method A)&amp;nbsp;checking result has error but it is not working. Error message is showing directly on UI.&lt;/p&gt;
&lt;p&gt;Item X = inn.applyMethod(&amp;quot;&lt;span&gt;Method_B&lt;/span&gt;&amp;quot;,&amp;quot;&amp;quot;);&lt;/p&gt;
&lt;p&gt;if(X.isError())&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;//execute xlogic&lt;/p&gt;
&lt;p&gt;}&amp;nbsp;&lt;/p&gt;
&lt;p&gt;else&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp; //execute y logic&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;But if case is not executing &amp;amp; error message directly displaying on UI.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Suhas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to display automatically properties from an ItemType in a Form from another ItemType, thanks to an ID</title><link>https://www.aras.com/community/f/development/9071/how-to-display-automatically-properties-from-an-itemtype-in-a-form-from-another-itemtype-thanks-to-an-id</link><pubDate>Mon, 10 Feb 2020 11:29:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:904a4332-abeb-438a-82e2-dea93960d807</guid><dc:creator>harvey_str</dc:creator><description>&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;I&amp;#39;m searching for a solution capable of displaying automatically properties from an ItemType in a Form from another ItemType, with an ID that creates a link between them.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;I have an item linked to a form and I have a second item with some properties. I want to populate one field of the first form with the data of the second item. This field corresponds to a certain property of the first item.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;To highlight my problem there is an example.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;The first Item is called &amp;ldquo;student_info&amp;rdquo;. . The other properties don&amp;#39;t matter for my problem.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;ol style="text-align:justify;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;ItemType, Name = &amp;ldquo;student_info&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;1) &amp;quot;student_name&amp;quot;, DataType = &amp;quot;Text&amp;quot;,&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;2) &amp;quot;student_class&amp;quot;, DataType = &amp;quot;String&amp;quot;,&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;3) &amp;quot;exam_1&amp;quot;, DataType = &amp;quot;String&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;4) &amp;quot;exam_2&amp;quot;, DataType = &amp;quot;String&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;5) &amp;ldquo;id&amp;rdquo;, DataType = &amp;quot;Item&amp;quot;, Data Source = &amp;quot;student_info&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;In my form &amp;ldquo;student_info&amp;rdquo;, I have a field where I want to display all the exams that a student has passed.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;All the exams infos come from the second item. This ItemType is called &amp;quot;exam&amp;quot;. It has 5 importants&amp;nbsp; properties :&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;ol style="text-align:justify;"&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;ItemType, Name = &amp;ldquo;exam&amp;rdquo;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;1) &amp;quot;exam_name&amp;quot;, DataType = &amp;quot;String&amp;quot;,&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;2) &amp;quot;exam_descrption&amp;quot;, DataType = &amp;quot;String&amp;quot;,&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;3) &amp;quot;exam_discipline&amp;quot;, DataType = &amp;quot;List&amp;quot;, Data Source = &amp;quot;Discipline&amp;quot;,&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;4) &amp;quot;exam_monitor&amp;quot;, DataType = &amp;quot;List&amp;quot;, Data Source = &amp;quot;Monitor&amp;quot;,&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;5) &amp;ldquo;id&amp;rdquo;, DataType = &amp;quot;Item&amp;quot;, Data Source = &amp;quot;exams&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;I succeeded in changing the &amp;ldquo;id&amp;rdquo; with the &amp;ldquo;exam_name&amp;rdquo; thanks to another question on this forum !&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;Each student has passed a different exam. And each exam can be passed by a different student.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;So, in my &amp;ldquo;student_info&amp;rdquo; form, I have created a HTML Field with an id included in a div. The id is linked to a method called &amp;ldquo;load_exam&amp;rdquo; that displays all the exams the student has passed.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;BUT for the moment, I need to add manually via a Relationship that I create between the ItemType &amp;ldquo;student_info&amp;rdquo; and the ItemType &amp;ldquo;exam&amp;rdquo;. To add the exam I need to go in the edit view of the ItemType &amp;ldquo;student_info&amp;rdquo; and in the tab called &amp;ldquo;Add Exam&amp;rdquo;. And after in a dialog box I choose the right exam.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;Now I want to find a solution that automatically displays the list of exams for each student. In fact if I fill the properties &amp;ldquo;exam_1&amp;rdquo; and &amp;ldquo;exam_2&amp;rdquo; with the exam name, that corresponds exactly to the &amp;ldquo;exam_name&amp;rdquo; property. I want to have the list of exams in the HTML Field of the &amp;ldquo;student_info&amp;rdquo; Form.&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;Thanks for reading, I hope you can understand my problem and help me to solve it !&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;/p&gt;
&lt;p style="text-align:justify;"&gt;&lt;span style="font-weight:400;"&gt;P.S. : I can show my JavaScript code for the method &amp;ldquo;load_exam&amp;rdquo;, if you want.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Where can i find list of all Aras REST APIs</title><link>https://www.aras.com/community/f/development/6427/where-can-i-find-list-of-all-aras-rest-apis</link><pubDate>Thu, 10 Oct 2019 06:42:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4704277b-f6d5-421f-b81c-bd93ddda686a</guid><dc:creator>Former Member</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there any documentation or web link available which lists all Aras REST APIs with sample request and response?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Vinay&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to execute multiple AML queries - Innovator Admin</title><link>https://www.aras.com/community/f/development/9189/how-to-execute-multiple-aml-queries---innovator-admin</link><pubDate>Wed, 04 Mar 2020 13:05:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f60c8958-cc2b-4be3-89e9-03ac3d789328</guid><dc:creator>DavidRay</dc:creator><description>&lt;p&gt;I need to add several Identities to an instance, how do I get Innovator Admin to run more than one item query, without having to execute each one individually?&amp;nbsp; Tried this syntax, and I&amp;#39;ve tried to wrap this in &amp;lt;AML&amp;gt; tags...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="379" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/2020_2D00_03_2D00_04_5F00_8_2D00_00_2D00_08.png" width="642" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Versioning of an Item</title><link>https://www.aras.com/community/f/development/9118/versioning-of-an-item</link><pubDate>Mon, 24 Feb 2020 07:49:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:cb30f01e-af59-4fb7-91f9-4c8702b1e353</guid><dc:creator>NOOB</dc:creator><description>&lt;p&gt;When a different user creates the version of the item ,the creator of the current revision remains same as the first version. In my case I want to change the creator to the person who actually created it.How to achieve it ? AnyBody?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Graphics in an Email</title><link>https://www.aras.com/community/f/development/9184/graphics-in-an-email</link><pubDate>Tue, 03 Mar 2020 14:18:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:dc1d7ddc-f17d-4119-b564-e38e6a6abf54</guid><dc:creator>Riaan H</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I want to send an Email from Aras, but with some graphics included. It would typically be a bitmap or svg from the vault.&lt;/p&gt;
&lt;p&gt;.....My guess would be that one would use C# to first copy the picture to somewhere on the server.&lt;/p&gt;
&lt;p&gt;But can one include a reference to a resource in the mail template? If so, what root directory will it be using as reference?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards&lt;/p&gt;
&lt;p&gt;Riaan&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to fetch file object of vaulted File with JS so we can later read the file content?</title><link>https://www.aras.com/community/f/development/9166/how-to-fetch-file-object-of-vaulted-file-with-js-so-we-can-later-read-the-file-content</link><pubDate>Fri, 28 Feb 2020 13:26:43 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ff739088-39f7-403c-b5c6-14b3a8b3c9b6</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi community,&lt;/p&gt;
&lt;p&gt;does anybody a way to read the file content of existing Files in the Vault (mainly xml data) with Javascript?&lt;/p&gt;
&lt;p&gt;For example we have an CAD item with an xml file in the property native_file.&amp;nbsp; With an button click I want to read the filecontent and stream the result to another system. (I know that the xml files are not the typical content of the CAD ItemType, I just abuse this ItemType for my current test :-) ).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I know that we can use &lt;strong&gt;fetchFileProperty&lt;/strong&gt; to download files to the client. In addition there seems to be an additional 3rd parameter where we can define if we really want to download the file (Standard Mode), or only get the File item (Dry Mode). But none of these two modes will return the native FileObject needed for the&amp;nbsp;FileReader.&lt;/p&gt;
&lt;p&gt;I tried the following code from a regular Form button:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;var&amp;nbsp;fileObject = document.thisItem.fetchFileProperty(&amp;quot;native_file&amp;quot;, &amp;quot;C:\\Temp&amp;quot;, 1);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This variant will return the file item. Is there any way to get the file object itself with JS?&lt;/p&gt;
&lt;p&gt;Another possible solution would be to use C# for this task. This way we could download the file temporary to the server and then ready the file content there. But maybe it&amp;acute;s possible to avoid this additional download?&lt;/p&gt;
&lt;p&gt;Thanks for any help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>What If...</title><link>https://www.aras.com/community/achievements/431b6499-29c0-4b75-9a11-0f8ab01b8e9b</link><pubDate>Tue, 03 Mar 2020 11:04:09 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6b509916-4130-4d9d-99c2-ad457da62441</guid><dc:creator /><description>Share an idea with the community</description></item><item><title>Post Processing logic on Clicking Save button in Pick related Window on a relationship Tab</title><link>https://www.aras.com/community/f/development/9150/post-processing-logic-on-clicking-save-button-in-pick-related-window-on-a-relationship-tab</link><pubDate>Thu, 27 Feb 2020 20:07:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:070feb42-53e4-4e99-b5cf-b06dbf607083</guid><dc:creator>smruti.barik</dc:creator><description>&lt;p&gt;We have a Requirement as Following . We have a list of Master Exam list (around 500 Items) . When I go to a Project, I need to perform a subset of exams (e.g 100) out of 500 Master list .For that When I go to Project &amp;gt; Exam Tab&amp;gt;Click on Pick Related , my search screen is showing the list of 500 Master list. After selecting few, when I Click on Save(Green tick) , I would like to create an instance of those selected Master list with different Item Types and connect it to my Project.&lt;/p&gt;
&lt;p&gt;Example : &lt;br /&gt; I have Master Exam List &lt;br /&gt;MEL 0000001&lt;br /&gt;MEL 0000002&lt;br /&gt;MEL 0000003&lt;/p&gt;
&lt;p&gt;On Project P1&amp;gt; Exam tab &amp;gt; I click on Pick Related .Search screen showing MEL 000001-003 . I select MEL 000001 and 000002 and Click on Save. What I want system to do is create 2 new objects with Item type Project Exam List like&lt;/p&gt;
&lt;p&gt;PEL 0000001&lt;br /&gt;PEL 0000002&lt;br /&gt;PEL 0000003&lt;/p&gt;
&lt;p&gt;PEL objects should have copied all attributes from Corresponding Source MEL objects.&lt;/p&gt;
&lt;p&gt;Is this king of Post Processing logic possible after clicking on save ? If Yes, can someone guide us through the steps?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>