Process model getting launched itself

Certified Associate Developer

Hello,

I'm recently facing an issue where process model is getting launched automatically whenever I click on button. The overall scenario is something like I have an interface form where there is a link as well as button for different purpose. When user clicks on a link a form is getting open and when clicks on button, It will redirect to subsequent task. Now the issue which is happening here is if user clicks on a link the respected form is getting open but after completing the work on the opened form when user clicks on button the same form is again getting opened. If user doesn't click on a link and directly clicks button it works fine. Can someone please assist me why is this happening?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to mohamedt808
    Hello Thoufiq and Harsha, Thanks for your reply but as I said button is totally different with link. When I say different, It means that logic for both button and link is written under separate rule. Also, there is no common variable used between these two. Now lets assume if there is any common functionality exist between button and link then why the form is only getting launched after clicking link? I mean when I click link a form is getting opened(Which is expected behavior) and at the same time after closing that opened form if I click a button the same form again gets opened but if I didn't click the link in that case no form is getting opened after clicking on button. So my question is if anything is common between button and link then the form should be opened everytime when I click on button right?
Children
No Data