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
Webservices Fulfillment Defect
I running into a critical problem when submitting ItemFulfillments using web services api.
My application first calls the "initialize" function to transform a sales order to an item fulfillment. The application then loops through all of the item fulfillment line items and sets the "itemReceive" field to false on all but the items that we want fulfilled. For example, on a sales order with 6 items we may only want to fulfill 2. Only those two items will have the itemRecieve field set to true. My issue is that that NetSuite goes ahead and fulfill the entire order.
Here is snippit of the soap:
0