does the javascript have some kind of dialog box where the user is asked for input, say if he is really sure that he wants to send an email and can click OK or Cancel or something like it?
Hi,
The only similar thing is to click OK or Cancel before saving the record, and you can decide the words to show up. Not every function can add a YES/NO like this. If you want to double check before doing some works, you can add an action button and set “Only executable when approved”. In this case, every time when the user clicks the button to do some works, like sending email, it’ll ask again to make sure before really sending the email.
Best Regards,
James
thanks, that will work, i found this article that describes some of what you are talking about
1 Like