Skip to main content
June 7, 2022
Question

Button activity

  • June 7, 2022
  • 2 replies
  • 0 views

I have created a from and after clicking save button  I want to the next page. How can i do that can you please help

    2 replies

    harshj0001
    June 7, 2022

    1. You can use a!startprocesslink() in which another interface will be plugged into the "user input task". Make sure to use process Channing.

    2. You can simply use the process model and on every action of the button you can change the flow of the model.

    richardm900458
    June 7, 2022

    -@harshjan, that sounds complicated to me. besides you cannot use links in buttons if you dont create a button styled cardlayout
    In general there are two main paths in my opinion: 

    1.) you submit the form and go to the next form (process chaning)
    2.) hide the not needed parts for your form by setting the visibility conditions (showWhen parameter)  - perhaps in connection with a "WriteTodatstore" smartservice - but not necessarily as a total submit in the end might sufficient.