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.
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