<?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>Nathan さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/nathan</link><description>Nathan さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><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>Mouse Over Help Problem</title><link>https://www.aras.com/community/f/development/18339/mouse-over-help-problem</link><pubDate>Thu, 14 May 2020 18:56:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8f044a31-84b4-459a-9cfb-48b1ea3145db</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I was looking at the Mouse Over Help project.&amp;nbsp; I copied the script into a method, but when I run it there is an event handler error &amp;quot;Unable to set property &amp;#39;title&amp;#39; of undefined or null reference.&amp;nbsp; I&amp;#39;m not sure how to correct this.&amp;nbsp; Any help would be appreciated.&amp;nbsp; Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to refresh a form after a applySQL</title><link>https://www.aras.com/community/f/development/30835/how-to-refresh-a-form-after-a-applysql</link><pubDate>Tue, 26 May 2020 14:28:45 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:93a2dea6-3c07-42de-ba33-394d2f30d8e9</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I want to handling the minor_revision with a plus &amp;#39;+&amp;#39;&amp;nbsp; beside the field minor_rev.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I used the code of the add-on&amp;nbsp; &lt;em&gt;Adding-Minor-Revision-Handling&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The end of the code is :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;........&lt;/p&gt;
&lt;p&gt;&lt;em&gt;String itemTypeTable = thisItemType.Replace(&amp;quot; &amp;quot;,&amp;quot;_&amp;quot;);&lt;/em&gt;&lt;br /&gt;&lt;em&gt;String SQL = &amp;quot;UPDATE [" + itemTypeTable + "] SET &amp;quot;;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;SQL += &amp;quot;[" + itemTypeTable + "].minor_rev=&amp;#39;&amp;quot; + newMinorRev + &amp;quot;&amp;#39;&amp;quot;;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;SQL += &amp;quot; WHERE [" + itemTypeTable + "].id=&amp;#39;&amp;quot; + newVerItem.getID() + &amp;quot;&amp;#39;&amp;quot;;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Item res = inn.applySQL(SQL);&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;return this;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The value of the minor rev is update in the database but not on the screen. I need to save the Item (document) to have the new value of the minor_rev field in the screen&lt;/p&gt;
&lt;p&gt;How can I update the form (the screen) to have the right value of the field after a&amp;nbsp;&lt;em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;inn.applySQL ?&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h1 id="mcetoc_1e98lti3v0"&gt;&lt;/h1&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ItemType Relationship Required</title><link>https://www.aras.com/community/f/development/9759/itemtype-relationship-required</link><pubDate>Mon, 27 Apr 2020 16:40:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:91c0138a-73c9-4cbb-9ea4-48756f979ad3</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; Is there a way to make a relationship required?&amp;nbsp; When submitting a request for a new document we would like the Sites relationship to be a requirement for submitting.&amp;nbsp; I&amp;#39;m still new, so I am not sure how to make this happen.&amp;nbsp; Thanks for the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export Relationships to Import to Another ItemType</title><link>https://www.aras.com/community/f/development/35882/export-relationships-to-import-to-another-itemtype</link><pubDate>Thu, 13 Aug 2020 21:16:09 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1a144a8a-a9c2-4dcd-b16c-40236bf4293b</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I would like to export all of the Relationship info from one ItemType so I can import it to another ItemType.&amp;nbsp; Currently our database is configured so the Parts List (BOM)&amp;nbsp;is a document and not part of the Part, both are custom ItemTypes.&amp;nbsp; I would like to be able to export the BOM information from the Parts List so I can add it to the Part (trying to bring our database closer to OOTB).&amp;nbsp; Thank you for any recommendations that you can provide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Report - Method - Stylesheet Question</title><link>https://www.aras.com/community/f/development/35996/report---method---stylesheet-question</link><pubDate>Thu, 24 Sep 2020 21:15:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e5f81b70-2fe0-4ca6-b29f-00bccf5d1040</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Aras 11 SP10&lt;/p&gt;
&lt;p&gt;Good day all.&amp;nbsp; I am trying to create a report that will pull all of the attached items from a document.&amp;nbsp; I have a method that will get the information, but I can&amp;#39;t get it to output correctly for the report (can&amp;#39;t figure out the correct Stylesheet format).&amp;nbsp; At the moment the&amp;nbsp;method is referencing a single document by the ID number, but I will change this to cover a lot of the documents.&amp;nbsp; I need a single line per related item, with the following fields (I will need to add more fields when this is working).&lt;/p&gt;
&lt;p&gt;Document ID&lt;/p&gt;
&lt;p&gt;Document Name&lt;/p&gt;
&lt;p&gt;Related ID&lt;/p&gt;
&lt;p&gt;Related Name&lt;/p&gt;
&lt;p&gt;When I run the report all of the related_id information is crammed into the Related ID cell.&amp;nbsp; The Document ID cells will include the related_id number &amp;amp; the id number of the Relationship tab.&amp;nbsp; Any help would be appreciated.&amp;nbsp; Thank you.&lt;/p&gt;
&lt;p&gt;Stylesheet&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&amp;lt;xsl:stylesheet version=&amp;quot;1.0&amp;quot; xmlns:xsl=&amp;quot;&lt;a href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/a&gt;&amp;quot; xmlns:msxsl=&amp;quot;urn:schemas-microsoft-com:xslt&amp;quot; xmlns:aras=&amp;quot;&lt;a href="http://www.aras-corp.com"&gt;http://www.aras-corp.com&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;xsl:output method=&amp;quot;html&amp;quot; omit-xml-declaration=&amp;quot;yes&amp;quot; standalone=&amp;quot;yes&amp;quot; indent=&amp;quot;yes&amp;quot; cdata-section-elements=&amp;quot;script msxsl:script&amp;quot;&amp;gt;&amp;lt;/xsl:output&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;xsl:template match=&amp;quot;/&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;style type=&amp;quot;text/css&amp;quot; userData=&amp;quot;Global&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.cellSolidRightBottom {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-right:1px #000000 solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-bottom:1px #000000 solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.cellSolidRight {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-right:1px #000000 solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.cellHeader {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;background-color:#CCCCCC;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-top:1px #000000 solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-right:1px #000000 solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;border-bottom:1px #000000 solid;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding:2px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-align:center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-transform:capitalize;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-align:center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-family:helvetica;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-weight:bold;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-size:8pt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;body topmargin=&amp;quot;50&amp;quot; leftmargin=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;table border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; width=&amp;quot;670&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td width=&amp;quot;260&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td width=&amp;quot;130&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td width=&amp;quot;130&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td width=&amp;quot;260&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td width=&amp;quot;130&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td width=&amp;quot;130&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td align=&amp;quot;left&amp;quot; uniqueID=&amp;quot;ms_id77&amp;quot; colspan=&amp;quot;6&amp;quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr valign=&amp;quot;bottom&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-family:helvetica;font-size:15pt;color:#DA1943;padding:2px;&amp;quot; align=&amp;quot;left&amp;quot; uniqueID=&amp;quot;ms_id79&amp;quot;&amp;gt;Parts List BOM Info&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr valign=&amp;quot;bottom&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td colspan=&amp;quot;6&amp;quot; style=&amp;quot;font-family:helvetica;font-size:10pt;padding:2px;&amp;quot; align=&amp;quot;left&amp;quot; uniqueID=&amp;quot;ms_id80&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Generated on:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;base id=&amp;quot;ms_id81&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;var d = new Date(); var months = ["January","February","March","April","May","June","July","August","September","October","November","December"]; document.getElementById(&amp;quot;ms_id81&amp;quot;).innerHTML = d.getDate()+&amp;quot; &amp;quot;+months[d.getMonth()]+&amp;quot; &amp;quot;+d.getFullYear(); &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td class=&amp;quot;cellHeader&amp;quot; uniqueID=&amp;quot;ms_id100&amp;quot; style=&amp;quot;border-left:1px #000000 solid;&amp;quot;&amp;gt;Parts List ID&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td class=&amp;quot;cellHeader&amp;quot; uniqueID=&amp;quot;ms_id101&amp;quot;&amp;gt;Parts List Number&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td class=&amp;quot;cellHeader&amp;quot; uniqueID=&amp;quot;ms_id102&amp;quot;&amp;gt;Parts List Name&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td class=&amp;quot;cellHeader&amp;quot; uniqueID=&amp;quot;ms_id103&amp;quot;&amp;gt;Related ID&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td class=&amp;quot;cellHeader&amp;quot; uniqueID=&amp;quot;ms_id104&amp;quot;&amp;gt;Related Number&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td class=&amp;quot;cellHeader&amp;quot; uniqueID=&amp;quot;ms_id105&amp;quot;&amp;gt;Related Name&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;xsl:apply-templates mode=&amp;quot;ORPH&amp;quot; select=&amp;quot;//Item&amp;quot;&amp;gt;&amp;nbsp;&amp;nbsp; &amp;lt;/xsl:apply-templates&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script src=&amp;quot;../../javascript/PopupMenu.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script src=&amp;quot;../../javascript/PopupMenu.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/html&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/xsl:template&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;xsl:template mode=&amp;quot;ORPH&amp;quot; match=&amp;quot;//Item&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;cellSolidRightBottom&amp;quot; uniqueID=&amp;quot;ms_id92&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;border-left:1px #000000 solid;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select=&amp;quot;id&amp;quot;&amp;gt;&amp;lt;/xsl:value-of&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;cellSolidRightBottom&amp;quot; uniqueID=&amp;quot;ms_id92&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;border-left:1px #000000 solid;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select=&amp;quot;item_number&amp;quot;&amp;gt;&amp;lt;/xsl:value-of&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;cellSolidRightBottom&amp;quot; uniqueID=&amp;quot;ms_id92&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;border-left:1px #000000 solid; word-wrap:break-word&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;/xsl:value-of&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;cellSolidRightBottom&amp;quot; uniqueID=&amp;quot;ms_id92&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;border-left:1px #000000 solid;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select=&amp;quot;//related_id/Item[@id]&amp;quot;&amp;gt;&amp;lt;/xsl:value-of&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;cellSolidRightBottom&amp;quot; uniqueID=&amp;quot;ms_id92&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;border-left:1px #000000 solid;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select=&amp;quot;//related_id/Item[@item_number]&amp;quot;&amp;gt;&amp;lt;/xsl:value-of&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td class=&amp;quot;cellSolidRightBottom&amp;quot; uniqueID=&amp;quot;ms_id92&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;border-left:1px #000000 solid;&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;xsl:value-of select=&amp;quot;//related_id/Item[@id]&amp;quot;&amp;gt;&amp;lt;/xsl:value-of&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/xsl:template&amp;gt;&lt;br /&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Query Def &amp;amp; TGV - All Grid Rows Must Have Unique IDs</title><link>https://www.aras.com/community/f/development/35916/query-def-tgv---all-grid-rows-must-have-unique-ids</link><pubDate>Fri, 28 Aug 2020 19:33:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:12cf271c-d4d9-4f4c-9677-55c85fa8f6d2</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I am getting this error when trying to verify my Query Definition and Tree Grid View are set up.&amp;nbsp; I add a field to a custom ItemType for tracking software, Manufacturer.&amp;nbsp; When I se the query &amp;amp; test it, I can get all of the data I want, so I create the TGV.&amp;nbsp; If I have Manufacturer &amp;amp; Software mapped I can see a row for Manufacturer, but not the Software.&amp;nbsp; If I don&amp;#39;t have Manufacturer mapped, I receive the error.&amp;nbsp; I&amp;#39;m not sure what I am missing here.&amp;nbsp; I just did the same thing with another set of ItemTypes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Manufacturer ItemType has name checked as Unique and identified as&amp;nbsp;the Keyed Name.&amp;nbsp; Software has &amp;nbsp;item_number checked as Unique, with item_number &amp;amp; sw_version identified as Keyed Name.&amp;nbsp; One of the ItemTypes that it works on (the Software side of the query) doesn&amp;#39;t have anything checked as Unique.&lt;/p&gt;
&lt;p&gt;Thanks for any help that you can provide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Aras to JIRA Help</title><link>https://www.aras.com/community/f/development/35928/aras-to-jira-help</link><pubDate>Thu, 03 Sep 2020 16:51:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2c553e3d-c9ae-4d12-82b8-1ffa236e22af</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I want to connect Aras to JIRA.&amp;nbsp; I found this article &lt;a title="How to integrate JIRA into Aras Innovator" href="https://minerva-plm.com/blog/posts-folder/2019/august/how-to-integrate-jira-into-aras-innovator/" rel="noopener noreferrer" target="_blank"&gt;How to integrate JIRA into Aras Innovator&lt;/a&gt;&lt;span class="line"&gt; with information on how to accomplish this.&amp;nbsp; I was wondering if anyone has accomplished this?&amp;nbsp; I have some questions about the ARAS_JIRA_Settings method.&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="border-color:#000000;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="623"&gt;
&lt;p&gt;Innovator inn = this.getInnovator();&lt;/p&gt;
&lt;p&gt;Item JIRA_settings = inn.newItem(&amp;quot;JIRA_settings&amp;quot;,&amp;quot;&amp;quot;);&lt;/p&gt;
&lt;p&gt;JIRA_settings.setProperty(&amp;quot;JIRA_projectkey&amp;quot;, &amp;quot;-proj_key-&amp;quot;);&lt;/p&gt;
&lt;p&gt;JIRA_settings.setProperty(&amp;quot;JIRA_token&amp;quot;, &amp;quot;-paste-token-here-&amp;quot;);&lt;/p&gt;
&lt;p&gt;JIRA_settings.setProperty(&amp;quot;JIRA_user&amp;quot;, &amp;quot;your@email.com&amp;quot;);&lt;/p&gt;
&lt;p&gt;JIRA_settings.setProperty(&amp;quot;JIRA_baseURL&amp;quot;, &amp;quot;https://[your-jira-instance]/rest/api/2&amp;quot;);&lt;/p&gt;
&lt;p&gt;return JIRA_settings;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;I found info about the project key.&amp;nbsp; It is assigned when making the JIRA project.&lt;/p&gt;
&lt;p&gt;What token is needed for this?&amp;nbsp; Where does this come from?&lt;/p&gt;
&lt;p&gt;The way this is written, it makes me think that it will be a single e-mail address used for connections&amp;nbsp; Is this correct?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for any help you can provide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is this possible if get an ItemType inside another query within AML?</title><link>https://www.aras.com/community/f/development/35819/is-this-possible-if-get-an-itemtype-inside-another-query-within-aml</link><pubDate>Tue, 28 Jul 2020 09:16:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:80e3ffdd-0b61-48bb-9c77-3401d2d670ad</guid><dc:creator>Jacky Phan</dc:creator><description>&lt;p&gt;I have two ItemTypes &lt;strong&gt;Person&lt;/strong&gt; and &lt;strong&gt;Address&lt;/strong&gt;. There is a property &lt;strong&gt;Person.address_id&lt;/strong&gt; that stores the config_id of an address, for a particular purpose it is just a string type, not refer ItemType. I use below query to select a person &lt;strong&gt;(*)&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&amp;lt;Item &lt;span style="color:#ff0000;"&gt;action&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;get&amp;#39;&lt;/span&gt; &lt;span style="color:#ff0000;"&gt;type&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;PERSON&amp;#39; select =&amp;#39;address_id&amp;#39;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;nbsp;&lt;span style="color:#800080;"&gt;&amp;lt;id&amp;gt;&lt;/span&gt;&amp;#39;abcdxyz&amp;#39;&lt;span style="color:#800080;"&gt;&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;span style="color:#800080;"&gt;&amp;lt;/Item&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&lt;span style="color:#000000;"&gt;I want to add some AML code to get Address Item with the id provided in above statement, something likes:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&amp;lt;Item &lt;span style="color:#ff0000;"&gt;action&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;get&amp;#39;&lt;/span&gt; &lt;span style="color:#ff0000;"&gt;type&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;#39;ADDRESS&amp;#39;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt; &amp;nbsp;&lt;span style="color:#800080;"&gt;&amp;lt;id&amp;gt;&lt;strong&gt;&lt;span style="color:#000000;"&gt;The (*) query that returns an address id&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color:#800080;"&gt;&amp;lt;/id&amp;gt;&lt;/span&gt;&lt;br /&gt; &lt;span style="color:#800080;"&gt;&amp;lt;/Item&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;I know that we can achieve the goal by writing a server method, but I just curious is there any way to get that within AML query?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;Many thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#800080;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#800080;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Report Date Format</title><link>https://www.aras.com/community/f/development/35889/report-date-format</link><pubDate>Mon, 17 Aug 2020 20:57:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:52b58cee-bd39-4662-83de-bb682131e0ed</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I am trying to set up a custom report that will return the item_number, name, &amp;amp; revision_date for documents.&amp;nbsp; The information is eing output, but the revision_date includes the time.&amp;nbsp; How do I set it so it will only include the date?&amp;nbsp; Thanks for the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Missing Tabs of Form</title><link>https://www.aras.com/community/f/development/35885/missing-tabs-of-form</link><pubDate>Fri, 14 Aug 2020 16:48:19 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0cd9c72f-20cf-44b2-9b41-ae1cabe38617</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I just created a new ItemType (Software).&amp;nbsp; I built it to resemble the Part ItemType.&amp;nbsp; Everything seems to be fine, except none of the Relationship tabs are showing when the form populates.&amp;nbsp; I&amp;#39;ve compared the SW form to the Part form &amp;amp; can&amp;#39;t see anything that I missed.&amp;nbsp; I am not seeing anything in the ItemType either.&amp;nbsp; I&amp;#39;ve tried searching for an answer, but the only thing I seem to find is that there is a Hide ab button somewhere (old posts).&amp;nbsp; Thank you for the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Cover Page &amp;amp; User Input</title><link>https://www.aras.com/community/f/development/34868/cover-page-user-input</link><pubDate>Mon, 01 Jun 2020 19:49:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:725d8869-3f16-45a5-a104-68c7f1df6fc1</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I could use some advice on creating a cover page for our BOM report.&amp;nbsp; If you have read some of my previous posts, you may know that our database is a bit messed up.&amp;nbsp; I can&amp;#39;t change our report.&amp;nbsp; I have created another report and formatted it the way our team has asked for.&amp;nbsp; I can pull all of the information in ARAS into the report.&amp;nbsp; The problem I have is the information that is not in ARAS (or not part of the Parts List).&amp;nbsp; This is what I am trying to accomplish.&lt;/p&gt;
&lt;p&gt;1. When the report is ran, a pop-up window will appear to ask for the information that is not part of the Parts List.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; A.&amp;nbsp; The number of pages in the BOM (user can just add the number, last page of the report)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; B.&amp;nbsp; Who the Drafter is (without associating a&amp;nbsp;form directly to an ItemType, I don&amp;#39;t know how to have the user pick from the User ItemType)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; C.&amp;nbsp; A Notes section.&lt;/p&gt;
&lt;p&gt;I tried following 8.1 User Input for Reporting Services-based Reports from the XSLT Report Tool Users Guide (dated 4 Jan 2018).&amp;nbsp; When I run the report a pop-up window appears and I can type in the information I want, but not select the User.&amp;nbsp; When I click on Submit the window disappears &amp;amp; nothing else happens.&amp;nbsp; I&amp;#39;m not sure what I am missing with this.&amp;nbsp; Thanks for any help that can be provided.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ARAS v11 SP10&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>LifeCycle Get History Comment -&amp;gt; Can we retrieve the user input on runtime?</title><link>https://www.aras.com/community/f/development/34811/lifecycle-get-history-comment---can-we-retrieve-the-user-input-on-runtime</link><pubDate>Wed, 27 May 2020 17:40:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:be3f97ca-608e-4438-9cbb-9cafdd3f8a6c</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Community,&lt;/p&gt;
&lt;p&gt;I have a short question regarding the &amp;#39;Prompt History Comment&amp;#39; feature that we can use in LIfeCycles.&lt;/p&gt;
&lt;p&gt;When we choose &amp;quot;Get Comment = 1&amp;quot; for a LifeCycle Transition, the end user will be asked with a dialog to add some notes why the lifecycle was changed. This is for e.g. useful, when a LifeCycle was Cancelled and user can explain why they cancelled it. The comment than appears in the History of the item.&lt;/p&gt;
&lt;p&gt;When my LifeCycle is Cancelled, affected users will get informed by email. It would be helpful if the history comment would be included in the mails. Is it possible to pass the user input to an Email Message? Of course I could make a query for the new history entry, but I want to avoid query on the History, cause it&amp;acute;s quite performance consuming.&lt;/p&gt;
&lt;p&gt;Hope anyone has an idea! Thanks for any help!&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question II</title><link>https://www.aras.com/community/achievements/cd3cd235-25c1-476e-bb88-33a5705ca45a</link><pubDate>Mon, 01 Jun 2020 19:49:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:21f8cac2-2f2e-4aeb-a35b-528a53c630c7</guid><dc:creator /><description>Ask 10 questions in a forum.</description></item><item><title>Report to Find Items w/ Null Relationship</title><link>https://www.aras.com/community/f/development/17119/report-to-find-items-w-null-relationship</link><pubDate>Tue, 12 May 2020 17:10:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9a79db80-479c-47db-9120-37fc13a8e5d7</guid><dc:creator>Nathan</dc:creator><description>&lt;p&gt;Good day all.&amp;nbsp; I am having a hard time trying to create a report to find Documents without files attached.&amp;nbsp; This is the current config.&lt;/p&gt;
&lt;p&gt;Aras v11 SP10&lt;/p&gt;
&lt;p&gt;s_Document - Poly Source for the following ItemTypes.&lt;/p&gt;
&lt;p&gt;s_Delivered Document&lt;/p&gt;
&lt;p&gt;s_Drawing&lt;/p&gt;
&lt;p&gt;s_Parts List&lt;/p&gt;
&lt;p&gt;s_Manual&lt;/p&gt;
&lt;p&gt;s_Specification&lt;/p&gt;
&lt;p&gt;s_RefLibrary&lt;/p&gt;
&lt;p&gt;All of there ItemTypes have RelationshipTypes with File.&amp;nbsp; How do I create a report to return all of the Documents that do not have a file attached?&amp;nbsp; I tried to use a variation of the Query for an item and return its configuration example from the Programmers guide.&amp;nbsp; I changed all of the information from Part &amp;amp; BOM to s_Drawing and File.&amp;nbsp; When I Run Server Method, it produces an error of Not a single item.&amp;nbsp; Thank you for the help with this.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>