<?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>ddidonato さんのアクティビティ</title><link>https://www.aras.com/community/members/ddidonato</link><description>ddidonato さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Gopikrishnan</title><link>https://www.aras.com/community/members/ddidonato/activities/17b65f0c-f111-464a-b828-1ea3ce36df14</link><pubDate>Wed, 10 Jan 2024 13:40:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:17b65f0c-f111-464a-b828-1ea3ce36df14</guid><dc:creator>Gopikrishnan</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AngelaIp</title><link>https://www.aras.com/community/members/ddidonato/activities/6c170206-4b36-43fa-8575-8ba911be122d</link><pubDate>Wed, 10 Jan 2024 12:47:13 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6c170206-4b36-43fa-8575-8ba911be122d</guid><dc:creator>AngelaIp</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Poly Items</title><link>https://www.aras.com/community/f/development/18338/poly-items</link><pubDate>Thu, 14 May 2020 14:36:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:88c3936a-8167-4c20-92e2-3c5d984e19c9</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;I&amp;#39;m using a Poly Item for ItemType A and ItemType B. Both A and B have the same Foreign Property that I would like to use in my Poly Item. I&amp;#39;m&amp;nbsp; getting the error &amp;quot; &lt;span class="aras-dialog-alert__text-container"&gt;&lt;span class="aras-dialog-alert__text"&gt;The property must be common to all sources or the property has inappropriate data type.&amp;quot; Does Poly Items accept Foreign Properties? Is there a work around?&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>StartItem</title><link>https://www.aras.com/community/f/development/37980/startitem</link><pubDate>Fri, 05 May 2023 14:10:19 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3fbc580f-aa8f-42c1-9576-3d23e82b3140</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Is there any way I can pass the user name and password to &amp;quot;http://[ServerName]/[WebAlias]/default.aspx?StartItem=[ItemType]:[ItemID]&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>idlist</title><link>https://www.aras.com/community/f/development/38082/idlist</link><pubDate>Thu, 21 Sep 2023 16:30:51 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:54a7bf15-9e87-496a-aa8e-bb129a049cd2</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Can I use idlist in a server-side VB. I have a SQL string that returns a bunch of part id&amp;#39;s. I would like to use it on beforeget on the itemtype PART&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Aras Loading Page Backround</title><link>https://www.aras.com/community/f/development/38071/aras-loading-page-backround</link><pubDate>Wed, 30 Aug 2023 17:15:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b5be85b8-fe44-4647-87c0-bfcab15780bb</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;testing Aras 12.09 and want to modify the backround Icons as mentioned in this post: &amp;nbsp;&lt;a href="https://www.aras.com/community/b/english/posts/modifying-the-cui-background-page"&gt;CUI background Page Customization&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;but I can&amp;#39;t find the CUI element for backround. Is this post valid for ver 12.09?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>System Event - SuccessfulLogin</title><link>https://www.aras.com/community/f/development/38068/system-event---successfullogin</link><pubDate>Fri, 18 Aug 2023 16:26:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1b382f3a-4aad-47f0-9712-969b0b19eaf7</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to run this method on the System Event Successful Login but get an error &amp;quot;&lt;span class="aras-dialog-alert__text-container"&gt;&lt;span class="aras-dialog-alert__text"&gt;Not a single item&lt;/span&gt;&lt;/span&gt;&amp;quot; The SQL is bring back 1 record since I&amp;#39;m using the &amp;quot;Select top(1)&amp;quot;. I&amp;#39;m not sure why the error.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Innovator inn=this.getInnovator();&lt;br /&gt;String SQL = &amp;quot;Select top (1) aras_session_id as nb from [Test500].[application].[ACTIVEUSER] where login_name = &amp;#39;hdportal&amp;#39; order by login_time desc&amp;quot;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SQL = String.Format(SQL,this.getProperty(&amp;quot;id&amp;quot;,&amp;quot;error&amp;quot;));&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Item res = this.getInnovator().applySQL(SQL);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (!res.isError())&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;string nb = res.getProperty(&amp;quot;nb&amp;quot;,&amp;quot;&amp;quot;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item cSession = this.newItem(&amp;quot;MIN_PORTAL_STORE_ID&amp;quot;,&amp;quot;edit&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cSession.setID(&amp;quot;26E9C01A4C264B80967D07F2F386BD1B&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cSession.setProperty(&amp;quot;session_id&amp;quot;,nb);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cSession.apply();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;return this;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Part MultiLevel BOM</title><link>https://www.aras.com/community/f/development/38067/part-multilevel-bom</link><pubDate>Mon, 14 Aug 2023 16:48:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:578f87aa-085c-4687-8d49-d47e58a833d7</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;I added a new field in my &amp;quot;Part&amp;quot; item type that&amp;#39;s is called &amp;quot;master file&amp;quot; which is an item type that comes from the FILE item type. I changed the PartLevel BOM code so it displays in the BOM Structure. My two issues are:&lt;/p&gt;
&lt;p&gt;1. How can I display the keyed name for that file instead of the ID. I changed the GetMultiBom method from:&lt;/p&gt;
&lt;p&gt;infoOfItem.file_master = itm.getProperty(&amp;quot;related_file_master&amp;quot;, &amp;quot;&amp;quot;);&lt;br /&gt;to&lt;br /&gt;infoOfItem.file_master = itm.getPropertyAttribute(&amp;quot;related_file_master&amp;quot;,&amp;quot;keyed_name&amp;quot;,&amp;quot;&amp;quot;);&lt;/p&gt;
&lt;p&gt;but that didn&amp;#39;t work.&lt;/p&gt;
&lt;p&gt;2. How can I make that field act like a item type field so it&amp;#39;s clickable to display that item? It&amp;#39;s only displaying the ID number and I&amp;#39;m not able to click the ID to display that file. - see attachment.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/aa.JPG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Open a specific form</title><link>https://www.aras.com/community/f/development/38042/open-a-specific-form</link><pubDate>Mon, 24 Jul 2023 13:49:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:48fcb430-7e36-4079-9695-cad2549afc75</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Does any one know how to open a specific form using&amp;nbsp; &lt;span style="background-color:#ffff00;"&gt;top.aras.uiShowItem&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;// Add Contact to MIN_Fielded_Contacts&lt;br /&gt;var inn = aras.IomInnovator;&lt;br /&gt;var SCOBomDC = inn.newItem(&amp;quot;MIN_FIELDED_PR_CONTACTS&amp;quot;,&amp;quot;add&amp;quot;);&lt;br /&gt;SCOBomDC.setProperty(&amp;quot;source_id&amp;quot;,b_source);&lt;br /&gt;SCOBomDC.setProperty(&amp;quot;related_id&amp;quot;,a_related);&lt;br /&gt;SCOBomDC = SCOBomDC.apply();&lt;br /&gt;var c_id = SCOBomDC.getID();&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;if (newSCO.isError()){&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;top.aras.AlertError(newSCO.getErrorDetail());&lt;br /&gt;}&lt;br /&gt;else{&lt;br /&gt;&lt;span style="background-color:#ffff00;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;top.aras.uiShowItem(&amp;quot;MIN_Fielded_PR&amp;quot;, newSCO.getID(), &amp;quot;tab view&amp;quot;, true);&lt;/span&gt;&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>applySQL   not working</title><link>https://www.aras.com/community/f/development/38021/applysql-not-working</link><pubDate>Fri, 23 Jun 2023 16:49:40 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2f51373a-efa5-415b-a188-404749472b55</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to duplicate the html_grid1_multi_bom for another purpose, but it&amp;#39;s brings back no results. Here is a snippet of my code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;span style="background-color:#ffff00;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var this_item = document.thisItem;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#ffff00;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var dd_parm0 = this_item.getProperty(&amp;quot;_contact&amp;quot;, &amp;quot;&amp;quot;);&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color:#ffff00;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var sql1 =&lt;/span&gt; &amp;quot;&amp;lt;Item type=&amp;#39;Part&amp;#39; action=&amp;#39;get&amp;#39;&amp;gt;&amp;lt;id condition=&amp;#39;in&amp;#39;&amp;gt;(SELECT innovator.PART.ID FROM innovator.MIN_PORTAL_CONTACT INNER JOIN innovator.MIN_CONTACT ON innovator.MIN_PORTAL_CONTACT._CONTACT = innovator.MIN_CONTACT.id INNER JOIN innovator.MIN_SOFTWARE_CATALOG ON innovator.MIN_CONTACT.PROGRAM = innovator.MIN_SOFTWARE_CATALOG.PROGRAM AND innovator.MIN_CONTACT.PRODUCT = innovator.MIN_SOFTWARE_CATALOG.PRODUCT AND innovator.MIN_CONTACT.MODEL = innovator.MIN_SOFTWARE_CATALOG.MODEL INNER JOIN innovator.PART ON innovator.MIN_SOFTWARE_CATALOG.PART_NUMBER = innovator.PART.ID WHERE (innovator.MIN_SOFTWARE_CATALOG.SOFTWARE_TYPE = N&amp;#39;MST&amp;#39;) AND (innovator.MIN_SOFTWARE_CATALOG.IS_CURRENT = &amp;#39;1&amp;#39;) AND (innovator.PART.IS_CURRENT = &amp;#39;1&amp;#39;) AND (innovator.MIN_PORTAL_CONTACT._CONTACT = &amp;quot; + dd_parm0 + &amp;quot;))&amp;lt;/id&amp;gt;&amp;lt;/Item&amp;gt;&amp;quot;&lt;br /&gt;&amp;nbsp;&lt;span style="background-color:#ffff00;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var updateReturn = innovator.applySQL(sql1);&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;var resItem = innovator.newItem(&amp;quot;Part&amp;quot;, &amp;quot;PE_GetMultilBom&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;span style="background-color:#ffff00;"&gt;resItem.setID(updateReturn);&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;resItem = resItem.apply();&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How do I get the relationship name from a HTML grid</title><link>https://www.aras.com/community/f/development/38012/how-do-i-get-the-relationship-name-from-a-html-grid</link><pubDate>Fri, 16 Jun 2023 16:36:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e17def6f-dcda-4a32-a6f4-8f3aa8094929</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Below is my code. I&amp;#39;m trying to get the name from the itemtype User where the created_by_id.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;for (var j = 0; j &amp;lt; itms.getItemCount(); j++) {&lt;/p&gt;
&lt;p&gt;var itm = itms.getItemByIndex(j);&lt;/p&gt;
&lt;p&gt;var id = itm.getAttribute(&amp;quot;id&amp;quot;);&lt;/p&gt;
&lt;p&gt;valsArr = [itm.getProperty("item_number", ""),itm.getProperty("created_by_id", "")];&lt;/p&gt;
&lt;p&gt;(var k = 0; k &amp;lt; valsArr.length; k++) {&lt;/p&gt;
&lt;p&gt;if (!valsArr[k]) valsArr[k] = &amp;quot;&amp;quot;;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Session ID</title><link>https://www.aras.com/community/f/development/37998/session-id</link><pubDate>Tue, 30 May 2023 17:07:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4aae5c59-0ff6-4ed5-8870-7cd69b1a0b4d</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Is there a way I can retrieve the current session id from a method?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>StartItem retrieving</title><link>https://www.aras.com/community/f/development/37990/startitem-retrieving</link><pubDate>Tue, 16 May 2023 18:00:47 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:03e9d580-b647-4f8b-b168-b9a9f459a740</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Can the Startiem bring up the main grid of that item type and filter on the item id instead of loading the form of that item id.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;http://[ServerName]/[WebAlias]/default.aspx?StartItem=[ItemType]:[ItemID]&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Extended Properties in Relationship grid</title><link>https://www.aras.com/community/f/development/37173/extended-properties-in-relationship-grid</link><pubDate>Fri, 18 Feb 2022 12:48:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b51971f3-9b0a-4d49-858c-8abb93b8b88a</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Is it possible to display an extended property in a relationship grid? Something similar to unchecking the field &amp;quot;Hidden2&amp;quot; in an Item Type.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I display a progress bar from a server method</title><link>https://www.aras.com/community/f/development/6183/how-can-i-display-a-progress-bar-from-a-server-method</link><pubDate>Fri, 26 Jul 2019 13:43:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:31252fa6-3bda-46ec-8209-fe0de94154b8</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;I&amp;#39;m running a server method from an Action. How can I display a Progress Bar while this method is running?&lt;/p&gt;
&lt;p&gt;TY&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>