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 set Item Lines in Transfer Order via SuiteScript?
Hey community,
I created a suitelet using SDF and Suitescript 2.1,
I'm trying to automate the creation of transfer orders but when I try to set the item in the item sublist Netsuite won't accept any value I give it,
I already tried with the inventory item id (integer and string), the name, the code, I tried pulling the inventory item record and setting it with that but still it won't accept it, does anybody know what value should I use to create these items in the transfer order?
I tried all of this with both dynamic and not dynamic records/code.