<?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>Dialog Box</title><link>https://community.appian.com/discussions/f/new-to-appian/34922/dialog-box</link><description>Hi Expert 
 I have an interface where I have read only grid . 
 Now, when the user clicks on completed Status , I want a way to open the interface as a dialog. if there is a way please let me know. 
 I tried with record action but not able to achieve</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Dialog Box</title><link>https://community.appian.com/thread/135047?ContentTypeID=1</link><pubDate>Thu, 09 May 2024 10:50:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cf0d3173-06ab-4967-9cc8-27613fb5614d</guid><dc:creator>Harsh11</dc:creator><description>&lt;p&gt;Thanks &amp;nbsp;it is working fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dialog Box</title><link>https://community.appian.com/thread/134979?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 18:28:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:266d90ae-c0d5-4050-9ab6-5e6880d1eea5</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Have you tried this? Configure this record action to open in a dialog box with the desired size in the records actions configuration.&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!gridColumn(
        value: if(
          fv!row.status=&amp;quot;Completed&amp;quot;,
          a!recordActionField(
            actions: a!recordActionItem(
              action: actionHere,
              identifier: identifierHere
            ),
            style: &amp;quot;LINKS&amp;quot;
          ),
          a!richTextDisplayField(
            value: a!richTextItem(
              text: fv!row.status,
              color: &amp;quot;SECONDARY&amp;quot;
            )
          )
        )
      )&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dialog Box</title><link>https://community.appian.com/thread/134976?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 18:00:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:511b5f25-13ce-46dc-b63d-6b2df4f46264</guid><dc:creator>navinkumars</dc:creator><description>&lt;p&gt;You can make use of&amp;nbsp;&lt;strong&gt;a!recordActionField&lt;/strong&gt;&amp;nbsp;in the a!gridcolumn under value parameter. The display parameter in the&amp;nbsp;a!recordActionField allows you choose between dialog, same tab, new tab.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Dialog Box</title><link>https://community.appian.com/thread/134975?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 17:33:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:efec7cc0-d365-4f26-aa74-25cc48691242</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;&lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt; has a recipe on his blog &lt;a href="https://appian.rocks/2023/06/20/popup-windows-in-appian/"&gt;Appian Rocks&lt;/a&gt;, for a built-in &amp;quot;fake easy popup&amp;quot; which should satisfy a lot of use cases.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m curious though why the Record Action approach won&amp;#39;t work for you?&amp;nbsp; FWIW your code looks wrong at first glance, the Record Action Field does not go in the value of a Dynamic Link, it is a field by itself which you would call separately from other components.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/pastedimage1715189627692v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>