<?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>Showing new interface on click of button through process model</title><link>https://community.appian.com/discussions/f/user-interface/24836/showing-new-interface-on-click-of-button-through-process-model</link><description>Hi 
 I am trying to build a use case where user clicks on a button in UI and that redirects the user to a new interface leaving current interface in same tab. 
 I am trying to implement this using a!startProcess() in saveInto parameter of that button</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96152?ContentTypeID=1</link><pubDate>Thu, 09 Jun 2022 03:27:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:de1abd6f-965d-49b0-86a5-bcbd6241a885</guid><dc:creator>Arul</dc:creator><description>&lt;p&gt;Also you can use it in&lt;/p&gt;
&lt;p&gt;a!richTextDisplayField(&lt;br /&gt; labelPosition: &amp;quot;COLLAPSED&amp;quot;,&lt;br /&gt; value: {&lt;br /&gt; a!richTextItem(&lt;br /&gt; link: a!startProcessLink(),&lt;br /&gt; size: &amp;quot;MEDIUM&amp;quot;,&lt;br /&gt; style: { &amp;quot;STRONG&amp;quot; }&lt;br /&gt; )&lt;br /&gt; }&lt;br /&gt; ).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;U&lt;span&gt;se the parameter&amp;nbsp;while using a a!startProcessLink.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96100?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 06:55:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6e1bcb5b-2002-41ce-a53a-c7939d48c76a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Then, use a cardLayout to simulate a button.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96098?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 06:49:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63de9b0f-06ff-4c6d-bc44-f28aab7ac6ea</guid><dc:creator>thevarunbawa</dc:creator><description>&lt;p&gt;Yeah. Looks like that is the only option for now. Thanks &lt;a href="/members/harshj0001"&gt;harshjan&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96097?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 06:47:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77dd8217-86b7-4a27-a87d-c8c8d46cb05f</guid><dc:creator>harshjan</dc:creator><description>&lt;p&gt;If you really want to navigate to another page, then you should use card layout instead of the button. You can simply modify the card to look like it as a button.&lt;/p&gt;
&lt;p&gt;In my opinion, this is the good option for the navigation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96093?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 06:33:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06ef5704-7d71-41a1-9d1a-14f3d27c1658</guid><dc:creator>thevarunbawa</dc:creator><description>&lt;p&gt;I have activity chaining enable and a!startProcessLink can be used on image, icon or text link only. I am not able to configure a!startProcessLink in saveInto of button, it only accepts a!startProcess&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96092?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 06:31:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:92d661e4-411f-47f4-8f89-beec6fd2db1b</guid><dc:creator>thevarunbawa</dc:creator><description>&lt;p&gt;I want to show a new interface on click of a button which is in another interface. When that button is clicked the old interface should disappear and new interface should appear.&lt;/p&gt;
&lt;p&gt;The button is supposed to perform action so form should be called through process model.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96091?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 06:29:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b207dd5-b3ee-4377-bf01-fe4f9d998c25</guid><dc:creator>harshjan</dc:creator><description>&lt;p&gt;hi varunbawa,&lt;/p&gt;
&lt;p&gt;I think you did not apply the process channing into your process model and for navigating to another page you should use a!startprocesslink().&lt;/p&gt;
&lt;p&gt;I think it will help you.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/Screenshot-2022_2D00_06_2D00_07-135448.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Showing new interface on click of button through process model</title><link>https://community.appian.com/thread/96090?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 06:27:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ec4ac1b-74cc-485d-9416-e76a9ae2d273</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;a!startProcess() starts the process in the background. Keep in mind that we build process applications in Appian. And user interfaces are part of such a process, or part of a record.&lt;/p&gt;
&lt;p&gt;Said that, what is your use case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>