Is there any solution to retrieve the sales order ...
# suitescript
x
Is there any solution to retrieve the sales order line item's inventory detail information (serial/lot number and quantity) using Suitelet? (1st screenshot result is target) For now, I have created a saved search related to the specific sales order, but it shows each line item record's whole inventory detail information (saved search results attached)
b
you are duplicating rows by including multiple unrelated joins
remove the item's serial / lot number
x
thanks, @battk
@battk could you help me how to get the possible lot number and quantity when creating a partial item fulfillment? for a sales order, there's already an item fulfillment created with item qty 1 (i.e. inventory detail is "SH11621" lot number and "1" quantity) next time, trying to create another item fulfillment with qty -"2", it only allows to use lot number ("SH11842") with qty - "2" could you tell me how to extract such available lotnumber and qty info for new item fulfillment?
b
learn how to do an inventory balance or inventory numbers saved search
you can do the same with a query
x
thanks a lot