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.
Can you load a ship item in SuiteScript? nlapiLoadRecord('shipitem',...)
Would be nice to be able to grab names/etc even if they're read only.
When I tried this:
var shipitem = nlapiLoadRecord('shipitem',4099);I got this interesting error:
system SSS_RECORD_TYPE_MISMATCH The record you are attempting to load has a different type: null from the type specified: shipitem.
Which is different from the invalid record type error:
system INVALID_RCRD_TYPE 11/18/2011 10:21:17.497 The record type [SHIPPINGITEM] is invalid.
Any thoughts?
0