Trying to work out best practices for something li...
# suitescript
d
Trying to work out best practices for something like this - want to add a button to a sales order form (which I've done with a ue script) that will generate a new record and take the user to it. I'm able to create the new record in a client script, but this seems possibly undesirable, and in any case it seems like N/redirect can't be loaded in client scripts. There are a lot of SS1.0 examples online of people using window.redirect in client scripts, but is that the right way to do it?