<?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>Navigation from one interface to another interface ??</title><link>https://community.appian.com/discussions/f/general/24632/navigation-from-one-interface-to-another-interface</link><description>How to navigate from one interface to another interface ??. Can any one suggest how to do it??</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/123472?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2023 08:45:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:db4a1abf-2379-468f-914e-e91e16c4fd9b</guid><dc:creator>yp</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;span class="ui-provider ed bmj bkf bmk bml bmm bmn bmo bmp bmq bmr bms bmt bmu bmv bmw bmx bmy bmz bna bnb bnc bnd bne bnf bng bnh bni bnj bnk bnl bnm bnn bno bnp" dir="ltr"&gt;I have one grid in that grid each row having button and on clicking on that button or link, page should be navigate&amp;nbsp;to another page with selected id and open another grid not like edit page.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/105050?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2022 16:48:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca4e9a5e-01e4-46d9-933c-402fe920b9ba</guid><dc:creator>Ulises</dc:creator><description>&lt;p&gt;Hi ,&lt;br /&gt;&lt;br /&gt;Any different approach without using &amp;quot;user input task&amp;quot;??? Let&amp;#39;s say we don&amp;#39;t want a task&amp;nbsp;and only want to display another interface, let say we have another process model with the StartForm as the new interface, how can we configure this use case?&lt;br /&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95292?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 15:25:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:26ff3c00-a9b3-4762-8849-76e17433158c</guid><dc:creator>shivappak0001</dc:creator><description>&lt;p&gt;Thanks &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95274?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 09:58:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3a462f60-579a-4bee-a09d-cd3ba46f7216</guid><dc:creator>mazharahmed</dc:creator><description>&lt;p&gt;As I observe this discussion, if you are required to display second interface after clicking on submit button so that thing you can manage by process model. In the process model take your first interface in process start form then use another &amp;quot;user input task&amp;quot; for your next interface and move on further as per your use case. Don&amp;#39;t forget to use activity chaining between them. I hope it will helpful for you.&lt;/p&gt;
&lt;p&gt;Happy Coding.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95270?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 08:13:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af1ef91a-9124-44af-b631-b0a90369d045</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;In this case, you can configure a button called &amp;quot;Next&amp;quot; in the first interface and in button&amp;#39;s saveinto parameter you can update the page id for other interfaces. So once user clicks on next button the page Id will change and then based on this page id you can show your other interface. see below structure and based on it design your interface&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localvariables(
local!pageId:1,
{
if(
local!pageId=1,
rule!interface1,
ruleInterface=2
),
}
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95256?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 04:53:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7cad20be-8781-4f92-b938-d98b54df1d44</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;My opinion, I would approach process model.. sample in below.&amp;nbsp; When you click the submit button in the first interface&amp;nbsp;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;userInput task&lt;/span&gt;&lt;span&gt;)&lt;/span&gt; it will trigger to the next interface (&lt;span&gt;userInput task&lt;/span&gt;).&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/900x240/__key/communityserver-discussions-components-files/11/nav.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95253?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 03:57:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:af6fe7f3-f352-4649-a8ba-b050c6ecad2c</guid><dc:creator>shivappak0001</dc:creator><description>&lt;p&gt;Hi Gopal, Thanks for the document shared. Here in document it is navigating from tab to tab. My use case is one in which i am trying to navigate to interface based on click of button. i have one interface which shows add address details once user enters details and click submit it has to&amp;nbsp; navigate for another interface or it has to popup an interface for further step.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95233?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:36:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b1b1cb5-ea34-4270-b884-65db7b2157e7</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;HI Shiva, Please go through below documentation link,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/22.1/tabs-pattern.html"&gt;https://docs.appian.com/suite/help/22.1/tabs-pattern.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95229?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 12:32:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d9646fe8-1c0e-4c12-b905-87c0d8b871d8</guid><dc:creator>shivappak0001</dc:creator><description>&lt;p&gt;How to use links to call interfaces??.&lt;/p&gt;
&lt;p&gt;i tried but i didnt get the expected result&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95228?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 12:03:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de12d470-30af-4688-bfa7-f42539b6baae</guid><dc:creator>shivappak0001</dc:creator><description>&lt;p&gt;Can i get more information Please, on how to navigate to another interface based on button click using link as you mentioned ??&lt;/p&gt;
&lt;p&gt;My use case is simple i have two interfaces, first interface has button called submit . when user clicks on the button it&amp;nbsp; has to go for next interview. How to achieve this using links ??&lt;/p&gt;
&lt;p&gt;Please suggest..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95227?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 09:26:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ded40cd4-5d52-4d4e-ace0-067ee86819bd</guid><dc:creator>GopalK</dc:creator><description>&lt;p&gt;Hi, You can have tabs in your interface and you can configure other interfaces on click of these tabs. You can also use links to call other interfaces.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Navigation from one interface to another interface ??</title><link>https://community.appian.com/thread/95226?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 09:00:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1defd586-8f3f-431e-ac3f-06edb1a7eb95</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;it depends on the context of what you&amp;#39;re trying to achieve. Appian Records provide different &amp;quot;Views&amp;quot; that you can navigate between by clicking on the relevant tab. You can provide links to Appian Record Views from any other Interface. Conceptually these are just web pages that you are hopping between.&lt;/p&gt;
&lt;p&gt;If you are wanting to navigate between interfaces in the context of a process (i.e. to capture or edit some data) then you can achieve this in two different ways:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;you can implement different interfaces in the scope of a single User Input Task. SAIL code can let you show/hide any scope of your user interface, so you can build wizard-like flows in the same physical user interface&lt;/li&gt;
&lt;li&gt;you can also chain different User Input Tasks together in the same process flow. Chaining creates a synchronous experience for the User&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>