<?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>Can I navigate to Interface from Interface on icon click</title><link>https://community.appian.com/discussions/f/new-to-appian/19891/can-i-navigate-to-interface-from-interface-on-icon-click</link><description>I have an interface (Interface-1) in which I have an icon, I am trying to navigate to another interface (Interface-2) in Interface-1 icon click. Also, I want to come back to Interface-1 from Interface-2 once I have done on Interface-1. I have already</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can I navigate to Interface from Interface on icon click</title><link>https://community.appian.com/thread/77726?ContentTypeID=1</link><pubDate>Mon, 09 Nov 2020 17:21:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4bebdc02-5ba7-4942-8362-2b93214f3b08</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Ah, I forgot about #3. *thumbsup.jpg*&lt;/p&gt;
&lt;p&gt;For #1, I hedged the language in my recommendation a bit, since I&amp;#39;m not really clear in what context OP&amp;#39;s &amp;quot;interface&amp;quot; is in - it could be a record, report, etc, as far as we know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I navigate to Interface from Interface on icon click</title><link>https://community.appian.com/thread/77725?ContentTypeID=1</link><pubDate>Mon, 09 Nov 2020 17:19:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:eecabfc3-7c53-4397-8fe5-0d4aa56f3dcd</guid><dc:creator>davel001150</dc:creator><description>&lt;p&gt;There&amp;#39;s a number of things you can do:&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp; Put a submit link on the icon.&amp;nbsp; Then your process continues, and you activity chain to a new User Input task so they see the new form right away.&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp; Put a startProcess link on the icon.&amp;nbsp; That starts a new process that could chain into a form or has a start form. It will drop you back into the&amp;nbsp;form you were on when you&amp;#39;re done with the whole process you called (the great difficulty there is you won&amp;#39;t be able to return information from the process you started to the form, not without a database query or something like that).&lt;/p&gt;
&lt;p&gt;3&amp;nbsp; Really fun one I think:&amp;nbsp; You can put both form&amp;#39;s code in the same definition.&amp;nbsp; You can use a dynamic link to flip a boolean switch.&amp;nbsp; Half the components are set to showWhen the switch is off, and the other half set to showWhen the switch is on.&amp;nbsp; Now it only LOOKs like 2 forms, but it&amp;#39;s really one.&lt;/p&gt;
&lt;p&gt;As you advance in Appian experience I&amp;#39;m sure you can start thinking up even more interesting ways to do this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I navigate to Interface from Interface on icon click</title><link>https://community.appian.com/thread/77719?ContentTypeID=1</link><pubDate>Mon, 09 Nov 2020 16:32:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62938594-d0ca-40d5-87c4-82c87c7016be</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What&amp;#39;s your use case?&amp;nbsp; What would the user be doing on each interface?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there any reason you can&amp;#39;t have the icon utilize a Start Process Link, launching a process that would call Interface 2, with activity chaining?&lt;/p&gt;
&lt;p&gt;Alternatively you could just have both interfaces be tasks in the same process model, and in that case the icon could be a Submit Link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>