<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/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>Close Browser tab</title><link>https://community.appian.com/discussions/f/general/39335/close-browser-tab</link><description>Hi, 
 
 We have provided a read-only grid for users. The users are applying some random filters and viewing summary view of one request. When they come back the filters which they have applied are gone and they have to apply filters again. 
 I know you</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Close Browser tab</title><link>https://community.appian.com/thread/149222?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 14:17:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52b79854-ee7e-4270-9c57-12350b25c437</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you consider using Site URL parameters? You would have to build the filters separately, not using record user filters, but then you can store the filter values to the url, and when the user returns, the UI state is restored.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Close Browser tab</title><link>https://community.appian.com/thread/149217?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 13:08:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:813aba29-b751-4139-b6c4-3c33118eaf17</guid><dc:creator>venkatrea696188</dc:creator><description>&lt;p&gt;I agree with the two suggestions made Harsha .Closing the browser and saving the filter are more like an user training (for business user) activity (Strongly suggest to have a word with them and explain them how these all works) &amp;amp; using dynamic link is not a suggested approach but you can consider that if you don&amp;#39;t have any other choice&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Close Browser tab</title><link>https://community.appian.com/thread/149216?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 13:04:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:55d8766b-62d8-43b2-8ece-25e8f5c3c212</guid><dc:creator>Alberto Cort&amp;#233;s</dc:creator><description>&lt;p data-start="140" data-end="404"&gt;Are the filters implemented as custom components inside an interface?&lt;br data-start="209" data-end="212" /&gt; If so, instead of updating the filter variables immediately and having the grid react on every change, would it make sense to include a &lt;strong data-start="348" data-end="367"&gt;&amp;quot;Search&amp;quot; button&lt;/strong&gt; that explicitly applies the filters?&lt;/p&gt;
&lt;p data-start="406" data-end="723"&gt;That way, you could store the selected filters in the database when the user clicks &amp;quot;Search&amp;quot; and also apply them to the grid variables. This would allow the interface to always initialize with the &lt;strong data-start="603" data-end="638"&gt;last used filters for each user&lt;/strong&gt;, making the experience more consistent when navigating back and forth between views.&lt;/p&gt;
&lt;p data-start="725" data-end="763"&gt;Would that approach work in your case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Close Browser tab</title><link>https://community.appian.com/thread/149214?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 12:54:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:86055daa-6694-47bb-819a-f02ac81f5fad</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;For closing the tab nothing can&amp;#39;t be done except putting a note in summary so that users can be trained to close the tab once they are done. An easy a great solution if users agree!&lt;/p&gt;
&lt;p&gt;For retaining the filters, No, record filters can&amp;#39;t be pre-loaded unless user has saved it and marked as default.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On another note, we had a similar issue/requirement once and a&amp;nbsp;workaround we had to implement was to use dynamic link to show the summary page instead of record link. It has its pros and cons but our users were comfortable with the cons as they had some specifics this design was managing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In details, the design is simply replacing recordlink with dynamic link using a toggle variable showSummary having true or false. Ofcourse to make the user come back to grid we had to provide them a link within the summary page clicking on which we diverted the control back to grid from the summary.&lt;/p&gt;
&lt;p&gt;Pros :&lt;/p&gt;
&lt;p&gt;The grid filters can stay as is.&amp;nbsp;&lt;br /&gt;summary opens in same tab.&lt;/p&gt;
&lt;p&gt;Cons:&lt;/p&gt;
&lt;p&gt;Not a great design as per Appian standards.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If any related action is triggered or data is manipulated within summary page or in background, grid data refresh needs to be handled so that its seamless.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>