Here is my scenario:
- Entering some values on the forms.
On clicking Create, I want to check if the same data exists on the table.
If exists, I want to popup the message as this value is already exists with Yes/No option.
If the user clicking on Yes, then I wanted to Proceed the transaction which means I wanted to submit a page.
If user selected No, then I wanted to STOP the transaction means I don't want to submit a page.
Please advise the solution to achieve the same.