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