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.
objRecord.getLineItemText available?
It's not in the documentation but am curious if it is implemented
// Server Side code var rec = nlapiLoadRecord('salesorder',123); for(var i=1; i&lt;=rec.getLineItemCount('item'); i++) { var id = rec.getLineItemValue('item','item',i); var text = <strong><span style="color:'red'">rec.getLineItemText('item','item',i);</span></strong> <span style="color:'darkred'">// is this implemented?</span> } Is this implemented? If so, outstanding. If not, when???
Thanks.
0