Join Slack
Powered by
how do I display a warning before record submit in...
# suitescript
l
Livio
07/23/2019, 5:27 PM
how do I display a warning before record submit in a user even script ( I still want the record to submit but display a warning first)
b
battk
07/23/2019, 5:29 PM
Wrong script type. Use a client script
j
jarens
07/23/2019, 5:30 PM
^^ saveRecord entry point
l
Livio
07/23/2019, 5:39 PM
and in a client script what function should I use ?? alert()??
b
battk
07/23/2019, 5:48 PM
confirm is my general recommendation
l
Livio
07/23/2019, 6:37 PM
i am writing 1.0 script
b
battk
07/23/2019, 7:20 PM
implement a saveRecord event function (try not to name it saveRecord). Use something like window.confirm to confirm your user's action
5
Views
Open in Slack
Previous
Next