I have a delete button on one of my screens. I want when the user clicks it he gets a confirmation pop up.
Then he clicks OK the delete service should be invoked. If he clicks cancel then nothing should happen.
What code should I write on the On Click Event Run custom JavaScript box to achieve this.
So far I have this code: confirm("Are You sure you want to delete?");