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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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