<?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>uiShowItem reload</title><link>https://www.aras.com/community/f/development/35944/uishowitem-reload</link><description>Hi, 
 In a javascript method, I use uiShowItem to open an existing Item. 
 When the Item is already opened , uiShowItem doesn&amp;#39;t trigger a reload of the Item. 
 Is there a way to do the reload after using uiShowItem when the page ?</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: uiShowItem reload</title><link>https://www.aras.com/community/thread/5704?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 14:39:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bdae91c4-5115-4fb5-bf55-143c71943f1f</guid><dc:creator>miraks</dc:creator><description>&lt;p&gt;Hi Angelalp,&lt;/p&gt;
&lt;p&gt;Thank you for your idea.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This doesn&amp;#39;t with&amp;nbsp;&lt;span&gt;uiReShowItemEx but this works like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;document.openOrReopenContext = function(context_id) {&lt;br /&gt;&amp;nbsp; &amp;nbsp; top.aras.uiCloseWindowEx(context_id);&lt;br /&gt;&amp;nbsp; &amp;nbsp; setTimeout(() =&amp;gt; {top.aras.uiShowItem(&amp;#39;COCO_CONTEXT&amp;#39;, context_id, &amp;#39;tab view&amp;#39;, false);}, 100);&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: uiShowItem reload</title><link>https://www.aras.com/community/thread/5684?ContentTypeID=1</link><pubDate>Wed, 16 Sep 2020 08:05:39 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:67aa8d5d-4543-43af-94c9-dd6b8d4d942f</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Maybe you can use&amp;nbsp;uiReShowItemEx?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>