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
How do I get a lot number record via a LotNumberedInventoryItem object?
I'm using the WSDL API from Java to query NetSuite. I successfully retrieve LotNumberedInventoryItem objects. I would like to get a list of all of the lot number records (just like I can via the Inventory Details tab of the web UI). My goal is to be able to query the custom fields on specific lots. I think that I want a list of InventoryNumber objects. I can't figure out how I would get that list. Calling getNumbersList() and getAccountingBookDetailList() returns null.
0