<?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>open new interface</title><link>https://community.appian.com/discussions/f/general/30305/open-new-interface</link><description>When I click on the link in row in read only gird, I want to open the summary interface but the code does not work, what is the problem?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: open new interface</title><link>https://community.appian.com/thread/120468?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2023 18:07:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:90869831-2c4e-4b32-a763-c3323a024c9b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Did you try to attend the Appian online trainings. Your code violates some of the basic principles covered in these trainings.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: open new interface</title><link>https://community.appian.com/thread/120465?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2023 17:17:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:82eaee58-c061-4ccc-8a3d-2ef525aafafe</guid><dc:creator>yasmeenn2392</dc:creator><description>&lt;p&gt;but the data&amp;nbsp;from cdt not record Type&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: open new interface</title><link>https://community.appian.com/thread/120460?ContentTypeID=1</link><pubDate>Thu, 12 Oct 2023 15:03:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d26f332c-059c-4c33-9016-9e13fbb8b830</guid><dc:creator>Shikha</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to use record link inside your linkfield function in the record. Attached sample code , summary view should be configured under views tab in records.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!gridColumn(
    label: &amp;quot;Name&amp;quot;,
    sortField: &amp;#39;recordType!testrecord.field&amp;#39;,
    value: a!linkField(
      links: {
        a!recordLink(
          label: fv!row[recordtype!field],
          recordType: &amp;#39;recordType!testrecord&amp;#39;,
          identifier: fv!identifier
        )
      }
    )
  ),&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>