<?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>Cancel button on interface</title><link>https://community.appian.com/discussions/f/general/20611/cancel-button-on-interface</link><description>I have created a form which includes cancel button now I want when user clicks on cancel button it goes to previous page (in my case it is record type). 
 how should I configure it?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Cancel button on interface</title><link>https://community.appian.com/thread/80328?ContentTypeID=1</link><pubDate>Wed, 17 Mar 2021 13:47:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ff4d7f27-7391-4e2e-8078-c3dcb4f8800b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This interface is not made to trigger a process which means that you button will not work. A submit button will only work on a process start form or with a user input task in a process.&lt;/p&gt;
&lt;p&gt;Just by word it is difficult to understand what is going on. Can you provide some screen shots?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cancel button on interface</title><link>https://community.appian.com/thread/80327?ContentTypeID=1</link><pubDate>Wed, 17 Mar 2021 13:05:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3e4ca7d-a6cd-4ee6-8d24-04ed297da3c1</guid><dc:creator>Arun Dubey</dc:creator><description>&lt;p&gt;I have created one record type and there is link means when user click on that link he is able to see all the details of that record for that I have created one summary interface .Now I am calling that record type using site and the functionality should be&amp;nbsp; like when user clicks cancel button he goes to&amp;nbsp; previous page(record type page) but in my case when he click cancel button it does not work and when I refresh the page it directly goes to home page .&lt;/p&gt;
&lt;p&gt;secondaryButtons: {&lt;br /&gt; a!buttonWidget(&lt;br /&gt; label: &amp;quot;Cancel&amp;quot;,&lt;br /&gt; value: true,&lt;br /&gt; saveInto: ri!cancel,&lt;br /&gt; submit: true,&lt;br /&gt; style: &amp;quot;NORMAL&amp;quot;,&lt;br /&gt; )&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cancel button on interface</title><link>https://community.appian.com/thread/80326?ContentTypeID=1</link><pubDate>Wed, 17 Mar 2021 12:47:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0bd8bf8b-2d81-4edd-b3cf-0e7e2bdea7d3</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Then we need more details. Let me see, you have an interface which you used as the summary view of a record. Right?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cancel button on interface</title><link>https://community.appian.com/thread/80325?ContentTypeID=1</link><pubDate>Wed, 17 Mar 2021 11:46:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9b62283d-a140-4ad5-970b-39cbd7c94f48</guid><dc:creator>Arun Dubey</dc:creator><description>&lt;p&gt;Actually I am using that interface in summary (Record type) so&amp;nbsp; I have not created any&amp;nbsp; process model just called that interface in summary&amp;nbsp; and&amp;nbsp; I have already&amp;nbsp; &amp;nbsp;set&amp;nbsp; the value true but still it&amp;#39;s not working&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cancel button on interface</title><link>https://community.appian.com/thread/80324?ContentTypeID=1</link><pubDate>Wed, 17 Mar 2021 10:40:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:706344b4-0959-4748-b0fb-844385bd777b</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In Appian a button has no specific behavior on its own. My typical implementation for a &amp;quot;Cancel&amp;quot;-button is like this: Enable submit, write the value &amp;quot;true&amp;quot; to a rule input named &amp;quot;cancel&amp;quot; and then check in process whether the user cancelled. If yes, just end the process. This way the user will return to where he came from. For a related action, this would be the record.&lt;/p&gt;
&lt;p&gt;Does this help?&lt;/p&gt;
&lt;p&gt;BTW, the search function&amp;nbsp;returns&amp;nbsp;multiple posts on how to do that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>