<?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>How to open StartItem directly without the helper window</title><link>https://www.aras.com/community/f/development/4032/how-to-open-startitem-directly-without-the-helper-window</link><description>We modified the email templates with a direct link to the start item as mentioned in the article. 

However, user complains on seeing an annoying &amp;quot;helper window&amp;quot; popup even if the session is already open.

Is there a way to avoid the additional popup</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to open StartItem directly without the helper window</title><link>https://www.aras.com/community/thread/7228?ContentTypeID=1</link><pubDate>Wed, 04 Aug 2021 20:31:22 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2a4fb9cc-a96d-457a-b74b-c59c7331e9d0</guid><dc:creator>Kai Kircher</dc:creator><description>&lt;p&gt;Is there a way to avoid the helper window in 12.0 yet? We&amp;#39;re on 12 SP9, and I keep running into that old problem of &amp;quot;if the linked-to item has previously been opened, the link works just fine, otherwise it fails&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to open StartItem directly without the helper window</title><link>https://www.aras.com/community/thread/2266?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 14:40:52 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:418fb675-b783-4a52-b943-cbe005f8c013</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

There is currently no way to avoid opening the helper window. However, this may be fixed when Aras Innovator 12.0 is released as Innovator will run directly within a browser tab instead of a separate window.

That being said, it is possible to automatically close this window after the item is opened. You can do this by modifying the file &lt;code&gt;\Innovator\Client\Modules\aras.innovator.core.MainWindow\deepLinking.js&lt;/code&gt; in your code tree. Around line 24 you can add an additional snippet of code to close the window if an Innovator instance is already open.

&lt;pre&gt;&lt;code&gt;            if (!deepWindowIframe.src) {
deepWindowIframe.src = &amp;#039;deepLinking.aspx&amp;#039;;
window.close(); // Close this window if Innovator is already open
}&lt;/code&gt;&lt;/pre&gt;


Please note that this proposed change was made in 11.0 SP15. You may require a similar workaround in a different file if you are using an older version of Aras Innovator.

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>