Reload the Site Upon button click

Certified Associate Developer

Hi, 

Can you Give some options on reloading the site or refreshing the pages. I wanted to bring back the customer back to parent screen  upon submission and start a new request. there are many local variables to be refreshed hence wanted a know if there is a quick way to reload the site which can set the pages to default values. 

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    Certified Lead Developer
    in reply to kowsalyavijayan

    This conversation lacks context and is way too abstract.

    In Appian, the general way to implement user interaction is, to use record actions to start off. Once that process is completed, the UI will automatically return to the record list where the user can start a new action.

    If this does not fit your requirements, you can use a process, and its start form, as a page in a site. Once the process is completed, the UI will return to showing that start form.

    If this is not good enough, you can use a recordActionField or startProcessLink to start almost any process from any place. Once completed, it will return to that interface.

    At last, you could just build a dynamic interface that embeds the to-be started UI. Then you need to manage everything yourself.