hello.....does anyone know how to do a client scri...
# suitescript
f
hello.....does anyone know how to do a client script validation on the "NEXT" button of an Serverwidget.assistant? i have managed to attach the client script.....i can run validations against fieldchange events.....i need to know how to do a validation per page of each step
b
my first and last attempt at an assistant i ended up doing the validation serverside
probably because i couldn't get saveRecord to work
if you are desperate for client side validation, you can use javascript to overwrite the onclick of the next button
e
Like @battk I had to do the validation server-side as well. Here's a snippet of how I trapped for the buttons...