Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
How to create Suitescript: Save Transfer Order Shipping Address from Client Script
Hello,
I'm adding a conditional button to a custom record form, meaning that it shows or not depending on a value from the custom record,
The way I'm doing this is through the beforeLoad method of a user event script and then adding the functionality of the button through a client script using scriptContext.form.clientScriptModulePath, (if there's a better way of doing this please let me know)
Part of the functionality of the button is to create a new Transfer Order and I need to set the shipping address of this transfer order as part of this process,
The way I'm setting this address from the client script is like this:
0