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.
Need a way to get available quantity for kit/package items
I am trying to get the availablequantity of kititems it always returns empty string.
nlapiSearchRecord("kititem", null, new nlobjSearchFilter("internalid", null, "is", "<Some ID>"), new nlobjSearchColumn("quantityavailable"))[0].getValue("quantityavailable");
Is there any way to get the available quantity without calculating for each component(member) item?
Any help would be appreciated.
Thanks.
0