dansteg
02/01/2021, 9:59 PMurl.resolveScript
to get the suitelet URL and then functionName: "window.location.replace('" + suiteletURL + "');"
This works great, however sometimes the user clicks the button and it appears that nothing happens so they click the button again. This results in two emails being sent.
Is there any way to prevent the user from clicking the button twice? It'd be nice to have a popup, similar to "You have already submitted this form" or at least have it appear that something is happening.battk
02/01/2021, 10:03 PMSandii
02/01/2021, 10:06 PMdansteg
02/01/2021, 10:09 PMJono
02/01/2021, 10:10 PMdansteg
02/01/2021, 10:16 PM