i am looking for a more elegant way to throw an er...
# suitescript
k
i am looking for a more elegant way to throw an error on a case before.submit User Event Script. this method goes off form and displays the message and the clicking back clears all fields of the context.newRecord. Can anyone give some simple guidance ?
b
do the validation in a client scripts saveRecord entry point
👍 1
k
thanks.. i will look into that..