Skip to main content
Inspiring
March 17, 2021
Question

Cancel button on interface

  • March 17, 2021
  • 5 replies
  • 1 view

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?

    5 replies

    stefanhelzle0001
    Brainy
    March 17, 2021

    In Appian a button has no specific behavior on its own. My typical implementation for a "Cancel"-button is like this: Enable submit, write the value "true" to a rule input named "cancel" 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.

    Does this help?

    BTW, the search function returns multiple posts on how to do that.

    arund0002Author
    Inspiring
    March 17, 2021

    Actually I am using that interface in summary (Record type) so  I have not created any  process model just called that interface in summary  and  I have already   set  the value true but still it's not working

    stefanhelzle0001
    Brainy
    March 17, 2021

    Then we need more details. Let me see, you have an interface which you used as the summary view of a record. Right?