When a user click's a button I added via a User Ev...
# suitescript
s
When a user click's a button I added via a User Event Script, what is the easiest way to signal to the user that the page is working? I was thinking of a dialog with a spinner? Or changing the button to somehow showing a loading spinner?
s
Not sure what the "easiest" way is, but you can certainly hide the <body> div and show you spinner on click, its a pretty simple/easy approach
s
Does netsuite have spinner icons available?
t
use the message module to send a notification message
or the dialog module with your spinner as the content
e
I normally set the button that initiated the process to disabled and periodically update a
ui\message
(and refresh the page if it's warranted)
👍🏼 1