<?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>not able to hide related action</title><link>https://community.appian.com/discussions/f/data/30484/not-able-to-hide-related-action</link><description>i have a requirement where &amp;quot;close&amp;quot; related action should be visible when status is not denied and closed . i kept this condition in &amp;quot; views and action security &amp;quot; but the relatedaction is still visible on the request when status is closed/denied also</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: not able to hide related action</title><link>https://community.appian.com/thread/121128?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 11:37:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1587c793-9186-42b2-a8e7-32073b936c35</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That is simple boolean logic. Show it when the status is NOT &amp;quot;Denied&amp;quot; OR NOT &amp;quot;Closed&amp;quot;. As it cannot be &amp;quot;Denied&amp;quot; AND &amp;quot;Closed&amp;quot; at the same time, this action will always be visible. You might just change the dropdown to &amp;quot;AND&amp;quot;.&lt;/p&gt;
&lt;p&gt;In my apps, I add a boolean field &amp;quot;isCompleted&amp;quot; to my case records. If this is true, then there is nothing to do anymore, independent of the status. Years ago, I ran into a situation where I had 5 different status values, and all had the meaning &amp;quot;closed&amp;quot;. So I changed my approach to look at the status as the outcome of the process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>