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.
Item SubType
I need to create a non-inventory item for resale via script.
var nonInvItemRec = nlapiCreateRecord("noninventoryitem"); nonInvItemRec.setFieldValue("itemid", "AAA Test Item"); nlapiLogExecution('DEBUG', "Item REC CREATED"); nlapiSubmitRecord(nonInvItemRec, true, true); This code works fine without specifying the subtype as resale.
Is it guaranteed that it will always create resale item?
Thanks,
Iby
0