<?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>Hide related action once it is completed</title><link>https://community.appian.com/discussions/f/data/5200/hide-related-action-once-it-is-completed</link><description>In Related Actions, we have a requirement to hide the action once it is complete. But its not happening right now. Say, there is an Approval process called in Related Actions. When the approval is done, the action should hide automatically when the user</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/133342?ContentTypeID=1</link><pubDate>Sat, 13 Apr 2024 07:14:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f0b26986-0988-4b14-b9c3-9ae0c9b4428e</guid><dc:creator>karthikkanjerla</dc:creator><description>&lt;p&gt;Hi , I encountered the similar one in past , if your process model has less nodes, try adding the activity chaining up to end event, though this is not a right solution but its an hack to get this addressed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/133256?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 10:10:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc15b5cf-154a-4951-bc61-66600292967e</guid><dc:creator>dharanik2600</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;Could you please let me know how you have achieved this case means immediately after submission of related action how you hide the related action&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/19361?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 09:21:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:baa33607-c64d-44f2-9949-22d0d77ce0bb</guid><dc:creator>Tom Ryan</dc:creator><description>You are right - there is no way to change the landing page itself when the process ends, but you could have a form in the process that redirects the user back to the Summary View via a recordLink() while the process ends in the background. You would then finish the process in the background. Not the most elegant solution, and again, may not work for your use case.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/19360?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 09:17:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a7009499-11e0-4810-aca1-80af027024a2</guid><dc:creator>ENOSH EZEKIEL</dc:creator><description>amitl - I can achieve the functionality of hiding / displaying based on condition(true/false). But the point is, it happens only after refresh/hitting on Related Actions menu on the left pane. But in my case, I want this to happen immediately after form submission and not after refresh of the page. Also the flag which I check is only using the value from DB!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/19359?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 08:31:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1c62b8ef-9926-4144-a4a7-065de1aba1f4</guid><dc:creator>Amitkumar</dc:creator><description>I had a similar use case where I had to hide related action once it is complete. I maintained one database column which was set to true once the process is complete. And related action is hidden when column value is true. You can retrieve the column value and do comparison on it using query entity and call the expression rule from visibility expression. Example of visibility expression ...&lt;br /&gt;length( index(rule!COMMON_getApplicationScheduleTriggersByApplicationId_queryExtity(rp!id,true()),&amp;quot;id&amp;quot;,&amp;quot;&amp;quot;)) &amp;gt; 0&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/19358?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 07:19:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6f26a1a5-f6fb-4def-86cb-568939b6a617</guid><dc:creator>ENOSH EZEKIEL</dc:creator><description>Tom - Is that really possible to redirect the user to the Summary View after completing the process  from the Related Actions? If so, please let me know how to achieve it?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/19357?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 07:06:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:59fcf171-4996-4a08-8cdb-d871a21adadf</guid><dc:creator>Tom Ryan</dc:creator><description>Not sure if it will work for your use case, but the simplest solution might be just to redirect to the main view rather than related actions if you are not expecting the user to perform many related actions sequentially. That way when the user returns to related actions, the page will be refreshed.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide related action once it is completed</title><link>https://community.appian.com/thread/19355?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 07:00:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9dcb6a12-ba6d-40da-bb19-c6be3ebf66f0</guid><dc:creator>Eduardo Fuentes</dc:creator><description>I don&amp;#39;t think you can change that behavior, since there&amp;#39;s a cache that eventually gets updated you need to refresh.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>