<?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>Link Interface</title><link>https://community.appian.com/discussions/f/general/18042/link-interface</link><description>Hello, 
 I would like to know why there is no such a link functionality as ProcessLink but which will works for Interface. To be able link to interface directly. 
 
 What I want to discard is the creation of Report and than link to this report which will</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70991?ContentTypeID=1</link><pubDate>Sun, 15 Dec 2019 07:04:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62db2a78-76da-465f-915e-2e2a29cab18b</guid><dc:creator>Chitra Sharma</dc:creator><description>&lt;p&gt;Hi - still trying to understand where exactly the interface is which you have to include but if you talk about the process link then I believe &lt;strong&gt;a!startProcess()&lt;/strong&gt; can be used which will start a process when a button is clicked and if there is an activity chaining applied within process the first task will be opened immediately.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70989?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 15:45:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8cd5e57e-a0de-45d6-9489-9da3a7336664</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I second Peter&amp;#39;s response - Appian makes it trivially easy to invoke interfaces within other interfaces, all it takes is a negligible amount of structural planning.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70988?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 13:56:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:48246183-5f03-4f00-a6c5-9d62714204ac</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Did you try the dynamic link? I still think that is the best way to approach this use case if you don&amp;#39;t want a report link. Here&amp;#39;s another example of how that could work:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!currentInterface: 1,
  {
    a!linkField(
      links: a!dynamicLink(
        label: &amp;quot;Link to Interface 2&amp;quot;,
        value: 2,
        saveInto: local!currentInterface
      )
    ),
    choose(
      local!currentInterface,
      
      /* Replace this with your initial interface */
      a!sectionLayout(
        label: &amp;quot;Interface 1&amp;quot;
      ),
      
      /* Replace this with the interface you want to link to */
      a!sectionLayout(
        label: &amp;quot;Interface 2&amp;quot;
      )
    )
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70987?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 13:33:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2be1c426-bef6-40db-acab-517f390ac4a3</guid><dc:creator>Vladimir Vasilev</dc:creator><description>&lt;p&gt;Hello Peter,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The link is internal.&amp;nbsp; Imagine how in the top menu where are the 5 principal buttons I can link them to Interface. The same way I would like to be able to link One Interface to another. Interface One have a button when I press it then to open another interface.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70970?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2019 13:53:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5dd4f7d7-32d2-4f66-add3-ca2aace5cadd</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Do you have to link externally? What if you create a link that shows more details inline on the current interface?&lt;/p&gt;
&lt;p&gt;You can have a &lt;a href="https://docs.appian.com/suite/help/latest/Dynamic_Link_Component.html"&gt;dynamic link&lt;/a&gt;&amp;nbsp;which could show or hide a section in your form with more details. &lt;a href="https://docs.appian.com/suite/help/latest/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html"&gt;Here&amp;#39;s an example&lt;/a&gt; from the documentation on how to configure a grid that can show more details if you select a row.&lt;/p&gt;
&lt;p&gt;I think it would also be helpful to describe your use case more from&amp;nbsp;what experience you want the user to have so we can suggest the right procedure. For example, suppose I have a manager who receives a task to approve a purchase request. They also want to see the details of each item requested without linking to another page. In this example, I&amp;#39;d suggest creating a&amp;nbsp;dynamic link somewhere on the form that can show / hide a section with the details of your items.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70963?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 23:59:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:488162e1-cc92-49f8-984d-a79d5943e300</guid><dc:creator>Vladimir Vasilev</dc:creator><description>&lt;p&gt;I would to display a record type but all the results inside the record not a single one. And they to show in the same window not in a pop-up.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70962?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 23:56:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:53f54884-5c28-4ac2-802a-e44ee5d18302</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;Appian typically displays interface rules in one of three ways; a record view, a report, or a user input task.&lt;/p&gt;
&lt;p&gt;What&amp;#39;s your use case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70961?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 23:49:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4378bc42-4840-477b-8e96-890ec18da980</guid><dc:creator>Vladimir Vasilev</dc:creator><description>&lt;p&gt;Example, I have one Interface, and would like to make a link to another interface. The only way I see now is to make a report which will opens the other interface and than to use&amp;nbsp;&lt;span&gt;a!reportLink() function to open this report which will open the other interface.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It is basically a link between two interfaces.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Link Interface</title><link>https://community.appian.com/thread/70960?ContentTypeID=1</link><pubDate>Wed, 11 Dec 2019 23:45:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f5679d7d-ede4-4f43-98fb-c844bbceb38c</guid><dc:creator>Robert Shankin</dc:creator><description>&lt;p&gt;Apologies,&amp;nbsp;&lt;br /&gt;I&amp;#39;m not following the use case.&amp;nbsp; Can you clarify?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>