I have a client script and I added a dialog.alert - when it pops up, I expected it to stay on the page until the user clicks the OK button, but this is not the case, it ends. Is this because the code is inside the saveRecord function?
e
eblackey
01/06/2023, 2:43 PM
Yes, you need to add “return false” after your dialog.alert statement.