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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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