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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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