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.
nlapiGetLineItems(recordType, recordId, type) anyone?
I'm finding that I'm making a lot of calls to nlapiLoadRecord() just to get to a single line item field. This is an time expensive operation.
It could be that I'm missing something, but from what I can tell this is the only way to get line items from a record, no?
If so, anyone think that a method like the one in the subject would be a good idea?
var items = nlapiGetLineItems('invoice', '123', 'item'); Steve Klett | Senior Developer
NetValue Technology
0