<?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>jeromecha さんのアクティビティ</title><link>https://www.aras.com/community/members/jeromecha</link><description>jeromecha さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Discussion Starter I</title><link>https://www.aras.com/community/achievements/21025ab1-febb-4fb4-a872-d32a921cb45c</link><pubDate>Mon, 13 Dec 2021 06:18:13 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:23f79aec-1f89-4bb6-a641-8a07424d7c5f</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</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>BOM with 2 ItemTypes</title><link>https://www.aras.com/community/f/community/36219/bom-with-2-itemtypes</link><pubDate>Mon, 14 Dec 2020 14:03:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ce26f581-1a37-4a49-a910-f790d23ec875</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The BOM of my Parts are made with&amp;nbsp; 2 kind of&amp;nbsp; part :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;- Component (&lt;span&gt;commercial off-the-shelf), with no version management, very simple life cycle&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;- Part with versionnnig, comlex life cycle ,....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In aras the ItemType &amp;quot;PART BOM&amp;quot;&amp;nbsp; (relationShip)&amp;nbsp; links Parts to Parts.&lt;/p&gt;
&lt;p&gt;1/ But how to add &amp;quot;Component&amp;quot; ItemType&amp;nbsp; to this relationShip&amp;nbsp; if it&amp;#39;s possible ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2/ How would&amp;nbsp; you manage this kind of BOM ?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Cannot create new Project --- Error loading  ----.xml</title><link>https://www.aras.com/community/f/community/36218/cannot-create-new-project-----error-loading------xml</link><pubDate>Mon, 14 Dec 2020 07:44:04 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3dff79fa-4501-4080-a1f9-d66679969f10</guid><dc:creator>M_kaneda</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m facing a issue to add project due to detect error message.&lt;/p&gt;
&lt;p&gt;Import PM for Innovator 12 is success.&lt;/p&gt;
&lt;p&gt;But Error message looks indicated insufficient setup about xml.&lt;/p&gt;
&lt;p&gt;Do you have any good solution in this case?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="Project error" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/Project.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Buton code</title><link>https://www.aras.com/community/f/development/36476/buton-code</link><pubDate>Wed, 12 May 2021 09:12:19 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ee9a14b3-472a-43b7-8f3d-74db883c2a64</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I wrote this very simple code in a javascript client side method :&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="background-color:#ffffff;"&gt;var inn = aras.IomInnovator;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="background-color:#ffffff;"&gt;alert(this.getProperty(&amp;quot;name&amp;quot;));&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="background-color:#ffffff;"&gt;alert(this.getId());&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="background-color:#ffffff;"&gt;alert(&amp;quot;eee&amp;quot;);&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;When i run this method&amp;nbsp; by a action in Server Event (in item Type Part for example)&amp;nbsp; , it&amp;#39;s OK&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;But if I set this method to a button (event Onclick) in the Form Part,&amp;nbsp; i have the error :&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="background-color:#ffffff;"&gt;Event handler failed with message: TypeError: this.getProperty is not a function&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Why this difference ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#ffffff;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#999999;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#999999;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#999999;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Item Type Can add behvior</title><link>https://www.aras.com/community/f/community/36282/item-type-can-add-behvior</link><pubDate>Fri, 22 Jan 2021 09:49:06 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5e92ce42-d811-45a6-8c9a-0e986cf77c91</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the ItemType &lt;strong&gt;&lt;em&gt;Program&lt;/em&gt;&lt;/strong&gt;, tab &amp;#39;Can Add&amp;#39;, i have the Identity &amp;#39;&lt;em&gt;Projects management&amp;#39;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/pastedimage1611308546889v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The Identity &lt;em&gt;Project management&lt;/em&gt; has 2 members&amp;nbsp; (World and Innovator Admin) :&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/pastedimage1611308667624v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The problem :&amp;nbsp; I can&amp;#39;t add Program (even with the login Admin) :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img height="96" src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/10/pastedimage1611308742031v3.png" width="152" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Don&amp;#39;t understant why ! &lt;strong&gt;Can somebody explain to me&lt;/strong&gt; ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Nota : If i add the identity &lt;em&gt;World&lt;/em&gt; directly to&lt;em&gt; Can Add&lt;/em&gt;&amp;nbsp;of Itemtype &lt;em&gt;Program, &lt;/em&gt;I can add Pogram&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SQL deletion of xProperties</title><link>https://www.aras.com/community/f/community/36168/sql-deletion-of-xproperties</link><pubDate>Fri, 27 Nov 2020 13:45:14 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3241f620-7ac2-4cb1-980e-f16844f4c25d</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After many tets I want to clean up may database, specialy the xProperties.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I run the following SQL :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;DELETE&amp;nbsp;&lt;br /&gt;FROM [InnovatorSolutions].[xp].[XPROPERTYVALUES]&lt;br /&gt;where item_id=&amp;#39;0422C7B455E741D08263B1B91D0C3DDE&amp;#39;&lt;/p&gt;
&lt;p&gt;where&amp;nbsp;&amp;nbsp;&lt;span&gt;0422C7B455E741D08263B1B91D0C3DDE is the id of my Item .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;but.... the xproperties still apear in my Item !!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Nota : before deleting the record i made a update of a xPropertiy in the record and the&amp;nbsp; new values appear in the Item .&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Will the xProperties still aprears ? In wich (other) table the xProperties were strored ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks in advance !&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Alternative views/forms for Parts</title><link>https://www.aras.com/community/f/community/36231/alternative-views-forms-for-parts</link><pubDate>Wed, 16 Dec 2020 13:26:15 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2eb8cad9-eca7-4e19-93f1-6e2ab78582ec</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I want differents views for my ItemType &amp;quot;Part&amp;quot; depending the Type/Classification of the part.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I added my views to the ItemType Parts and affected the correct classification to each view&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " height="97" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/ItemTypeARAS.png" width="388" /&gt;&lt;/p&gt;
&lt;p&gt;The form are geneated by Aras . For the test I only change the background color&amp;nbsp; of the form&lt;/p&gt;
&lt;p&gt;When I create a new part, the correct Form is oppened&amp;nbsp; (Green background for Type PCB):&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/CreatePCBPart.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BUT : when I click on Save Nothing is done !!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have to close the windows to see my Parts in the list&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/10/listPart.png" /&gt;&lt;/p&gt;
&lt;p&gt;And re-open the part and then I can save it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the log on the server i saw that the&amp;nbsp;ApplyItem&amp;nbsp; action is not called .&lt;/p&gt;
&lt;p&gt;What is wrong in my customization of the ItemType ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Discussion Starter I</title><link>https://www.aras.com/community/achievements/21025ab1-febb-4fb4-a872-d32a921cb45c</link><pubDate>Tue, 05 Jan 2021 11:18:51 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:be6c0306-8406-47c1-a9be-8edff2683c0b</guid><dc:creator /><description>Start a discussion in a forum that receives 5 replies.</description></item><item><title>Promote method not increase generation number</title><link>https://www.aras.com/community/f/development/35721/promote-method-not-increase-generation-number</link><pubDate>Fri, 26 Jun 2020 11:32:38 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7dc313ae-0d9f-49a6-a0f8-902f90f21ff5</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a other question .. yet !!&lt;/p&gt;
&lt;p&gt;I use the minor rev Handling&amp;nbsp; (&lt;a href="https://github.com/ArasLabs/Adding-Minor-Revision-Handling"&gt;https://github.com/ArasLabs/Adding-Minor-Revision-Handling&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;In the original method, the creation of a new minor revision does&amp;#39;t change the part status to preliminary.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So i addes the folowing code to the method&amp;nbsp;PE_CreateNewMinorRevision:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Aras.Server.Security.Identity plmIdentity = Aras.Server.Security.Identity.GetByName(&amp;quot;Aras PLM&amp;quot;);&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;bool PermissionWasSet = Aras.Server.Security.Permissions.GrantIdentity(plmIdentity);&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;this.promote(&amp;quot;Preliminary&amp;quot;, &amp;quot;New minor revision&amp;quot;);&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It works ..but the generation number isn&amp;#39;t increase.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How cant I increase this generation number ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Potential Bug In PE_ChangeItemTransition - code included</title><link>https://www.aras.com/community/f/development/3624/potential-bug-in-pe_changeitemtransition---code-included</link><pubDate>Tue, 13 Mar 2018 19:39:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a5f28476-616b-416e-bef1-3cb14bcf17a0</guid><dc:creator>Former Member</dc:creator><description>I have a bulk of parts that have been added programmatically and released via manual release (done during a bulk import via C# .NET script on IOM DLL). I have manually revisioned the part via action and am attempting to release it from its preliminary state to release state with an ExpressECO.

When transitioning from life cycle In Planning-&amp;gt;In Work the system fires ValidateTransition() - Line 2013 in PE_ChangeItemTransition.

One check that it runs is &lt;strong&gt;affectedItem.Is_NewItemId_HasNoPreviouslyReleasedGeneration(status); (found at line 2597)&lt;/strong&gt;

This likewise fires &lt;strong&gt;HasPreviouslyReleasedGenerations() found at line 2299&lt;/strong&gt; and on display below.

&amp;nbsp;
&lt;blockquote&gt;public bool HasPreviouslyReleasedGenerations
{
get
{
Item thisCheck = Utils.Innovator.newItem(this.Type, &amp;quot;get&amp;quot;);
thisCheck.setAttribute(&amp;quot;select&amp;quot;, &amp;quot;config_id&amp;quot;);
//thisCheck.setProperty(&amp;quot;generation&amp;quot;, &amp;quot;*&amp;quot;);
//thisCheck.setPropertyCondition(&amp;quot;generation&amp;quot;, &amp;quot;like&amp;quot;);

thisCheck.setProperty(&amp;quot;config_id&amp;quot;, this.ConfigID);
thisCheck.setProperty(&amp;quot;is_released&amp;quot;, &amp;quot;1&amp;quot;);
thisCheck = thisCheck.apply();

return thisCheck.getItemCount() &amp;gt; 0;
}
}&lt;/blockquote&gt;
This seems to be looking at all generations that are present for the ConfigID and this does not seem to point to a specific revision. E.g. I have rev 0 released (via my manual process). Rev 1 is preliminary (manually revisioned). Validate Transition throws &amp;quot;The New Number field must contain an item that has never been released when Action is set to &amp;#39;Release&amp;#39;. ###partNumber### was previously released.

This is in fact true, but only for the previous generation. Having commented out the previous generation code (as noted above) the process continues as normal. Is this a bug or have I got something else wrong beneath the surface?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Custom &amp;#39;Save&amp;#39; Behaviour</title><link>https://www.aras.com/community/f/development/35699/custom-save-behaviour</link><pubDate>Mon, 22 Jun 2020 08:27:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:83474544-9589-4540-8756-c06e2a014af3</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;My &amp;#39;part&amp;#39; ItemTypes is setup with Automatic Versioning but i want to&amp;nbsp; prohibit the modification if the status of the Part is &lt;em&gt;released&amp;nbsp;&amp;nbsp;&lt;/em&gt;(In this case the user must create a new version manually)&lt;/p&gt;
&lt;p&gt;Is it possible to use a &amp;#39;entry point&amp;#39;&amp;nbsp; in the save method to check the ItemType and the Status before donig the save ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre class="tw-data-text tw-text-large XcVN5d tw-ta" id="tw-target-text" dir="ltr"&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Document promotion by DCO</title><link>https://www.aras.com/community/f/applications/35659/document-promotion-by-dco</link><pubDate>Tue, 16 Jun 2020 07:47:09 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a3c689e7-c6c7-474c-a037-a7deb6dde4c3</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When a DCO&amp;nbsp; change status from &lt;em&gt;New&lt;/em&gt; to &lt;em&gt;In work,&amp;nbsp;&lt;/em&gt; the affected documents change their status to &amp;#39;In change&amp;#39;.&lt;/p&gt;
&lt;p&gt;Where is defined this document status change&amp;nbsp; ? In the DCO workflow ?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks .&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Gopikrishnan</title><link>https://www.aras.com/community/members/jeromecha/activities/654f7603-556a-488a-9246-5df85417839e</link><pubDate>Fri, 12 Jun 2020 06:52:08 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:654f7603-556a-488a-9246-5df85417839e</guid><dc:creator>Gopikrishnan</dc:creator><description>&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Add field Last released version</title><link>https://www.aras.com/community/f/development/35639/add-field-last-released-version</link><pubDate>Wed, 10 Jun 2020 07:58:56 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2ee3df8a-d29f-4a5a-992a-f83d4657808b</guid><dc:creator>jeromecha</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I want to show the last Revision Released in the document form .&lt;/p&gt;
&lt;p&gt;I added a text field in the form and a methode on the event &lt;em&gt;onformPopulated&lt;/em&gt; of the form .&lt;/p&gt;
&lt;p&gt;The code of this method is actualy :&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; if (propName == &amp;quot;last_major_rev_released&amp;quot;) {&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; elements[i].value =&amp;quot;The last rev. released&amp;quot; &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;//code to get the last revision released&lt;br /&gt;&lt;em&gt;&amp;nbsp; }&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So the text &lt;em&gt;The last rev. released&lt;/em&gt; is showed in the field.&lt;/p&gt;
&lt;p&gt;Can you help me to write&amp;nbsp; the code (javascript) to get the last revision released ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>