<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bringing items in through AML package as &amp;#39;Released&amp;#39;</title><link>https://www.aras.com/community/f/development/38009/bringing-items-in-through-aml-package-as-released</link><description>Hello all, 
 I am working on importing custom itemtypes to load via AML package as part of new builds. Due to how a customized contextual window displays these items, I need the items to be in a &amp;#39;Released&amp;#39; state when they are brought in. (The window will</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Bringing items in through AML package as 'Released'</title><link>https://www.aras.com/community/thread/9532?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2023 15:06:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:31ae1ed7-fa23-4248-a342-7beac58ad6e8</guid><dc:creator>Tyler Kim</dc:creator><description>&lt;p&gt;&amp;nbsp;&lt;a href="/community/members/jayrajvh"&gt;Jayraj Hogade&lt;/a&gt;&amp;nbsp;I&amp;#39;m getting a &amp;quot;failed to get the transition to promote the Item from New to Released error:&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/community/resized-image/__size/640x480/__key/communityserver-discussions-components-files/3/pastedimage1686840284809v2.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Previously, there was no direct transition from New to Released. Do I need to add a transition (with the Aras PLM identity) to make this possible?&lt;/p&gt;
&lt;p&gt;EDIT: I&amp;#39;ve added a transition from the New to Released state (with the Aras PLM identity) and I&amp;#39;m still getting the same error&lt;/p&gt;
&lt;p&gt;EDIT2: I&amp;#39;ve also tried moving the item to the very next state (transition handled by a non-admin identity) and also got the same error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bringing items in through AML package as 'Released'</title><link>https://www.aras.com/community/thread/9531?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2023 09:46:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9e17f8ea-8fb7-4ae0-8bfc-d6ef511e6b9f</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;if of interest, the question fits to this discussion:&amp;nbsp;&amp;nbsp;&lt;a href="https://www.aras.com/community/f/development/37603/how-to-transfer-table-data-from-one-innovator-instance-to-another-fast-and-easy"&gt;How to transfer table data from one Innovator instance to another fast and easy?&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jayrajvhs solution is preferred&amp;nbsp;for promoting the &amp;quot;state&amp;quot;. The shown post just collects ideas for preserving other system properties like &amp;quot;created_by_id&amp;quot;, etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bringing items in through AML package as 'Released'</title><link>https://www.aras.com/community/thread/9529?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2023 04:31:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d999cdb7-34f6-42c2-ba0f-000069e12c7e</guid><dc:creator>Jayraj Hogade</dc:creator><description>&lt;p&gt;Hi &lt;a href="/community/members/tyler.s.kim_4000_saic.com"&gt;Tyler Kim&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;Items when created are always in default LC state. One of the options can be&lt;br /&gt;&lt;br /&gt;1. Import the items&lt;/p&gt;
&lt;p&gt;2. Using postAMLpackagedeployment&amp;nbsp;script promote them. You need to use action=PromoteItem&lt;br /&gt;&lt;br /&gt;Sample AML can be as below&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;AML&amp;gt;
    &amp;lt;Item type=&amp;#39;yourItemTypeName&amp;#39; idlist=&amp;#39;idsOfItemsToBePromoted&amp;#39; action=&amp;#39;PromoteItem&amp;#39;&amp;gt;
        &amp;lt;state&amp;gt;Released&amp;lt;/state&amp;gt;
    &amp;lt;/Item&amp;gt;
&amp;lt;/AML&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>