Skip to main content
December 13, 2023
Question

need to change button into link but in process model it is getting stopped

  • December 13, 2023
  • 3 replies
  • 0 views


After clicking on  authorize and then submit , this authorization forms disappear and original form appear


I have the above interface ,i want to change this submit button to 'refresh' link like in below pic(2) .

I have changed the code but in the process model it is getting stopped at that user input form. 
In this new interface ,after clicking on authorize and then refresh ,the authorization forms doesn't disappear


Does user input task (authorization) doesn't get submitted until submit value needs to be provided?

for user input task to get submitted it should have only button not link?

can someone please help

    3 replies

    mikes0011
    Brainy
    December 13, 2023

    You'll need to share some more details about your (current) process model setup, as well as your requirements.  I've read the wording in your post but I'm still unclear what steps you're wanting to happen in what order, and why.

    vinaykumarp8308
    Participating Frequently
    December 13, 2023

    Hello [mention:85ca6a2722324ac4b08c9eda0b5e1851:e9ed411860ed4f2ba0265705b8793d05] ,

    Firstly, To submit a form there should a button and submit attribute should be set to true.

    Secondly, from your use case what you have mentioned, changing submit button to refresh link - as you are not submitting the form, the flow in the process model is on hold at the user input task waiting for the user to submit the form.

    In this case, if you are able to remove your interface from the process, you can use a!startprocess() to refresh the data and show that on the interface. 

    ranjiths050336
    December 14, 2023

    Hello [mention:85ca6a2722324ac4b08c9eda0b5e1851:e9ed411860ed4f2ba0265705b8793d05] ,

    Try to replace the a!dynamiclink() of refresh to a!sumbitlink().

    To submit the form through a link you need to use sumbmitlink.