How to avoid the alert box "Are you sure you want to leave?" using startProcessLink

Hi there!

I am using startProcessLink function on my Site interface in a grid. I want to suppress the alert box which says "Are you sure you want to leave?"

I know, this is out of the box functionality. However, is there any way that I can avoid this?

Thank you,

Omkar

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    A Score Level 2
    in reply to Omkar K
    As far as I know there is no solution to avoid the alert out of the box and also no javascript is supported along with SAIL to add work around. But there can be work around on how you implement the solution -

    Use submit link on customer id which navigates to next form to add product details and have back link or button to navigate to customer list.

    I hope this helps.
Children