Discussions
Sales Order Fuilfillment at Line level
Hi Terry / All,
We are trying to fulfill an order in NetSuite using webservices, but we are getting an issue when we are trying to fulfill each order line seperately.  When we try to fullfill ONE orderline (say line#1 of quantity =12) with fullfill quantity (say fulfill qty 4) using webservices, then ALL the orderlines are getting fullfilled with the order quantity.
E.g., 
(Order Created and not fulfilled)
Order# 150
Order Line#   - Qty     - Fullfill Qty
1                 - 12       -    0
1                 - 8         -   0
1                 - 18       -    0
1                 - 15       -    0
(Order details after Fulfillment using WebServices (using the code given below))
Order# 150
Order Line#   - Qty     - Fullfill Qty