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.
nlobjRecord.getLineItemValue() - can't search line number?
Let's not confuse "line number" with "line index". I just took this new (to me, at least) method for a walk and it failed OR I'm really missing how it's to be used. Consider this code:
var order = nlapiLoadRecord('salesorder', 224784); var index = order.findLineItemValue('item', 'line', 1); The value of index is -1. The order I'm loading has 3 lines on the item list and although it's POSSIBLE to have lines numbers like 4,5,6 it's not the case with my test because I just created the order and haven't removed any lines, thus not creating a gap.
Oh, and I tried 'linenumber' as well but it never returns anything but null.
Steve Klett | Senior Developer
NetValue Technology
0