Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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: