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!
Error while doing salesorder fulfillment with pick/pack/ship flag as checked
Hi Terry,
We are able to do Sales Order fulfillment through webservices(2.5) provided pick/pack/ship(setup->company->enable features->Sales transcations) flag is unchecked.
At now we trying to do fulfillment with this flag is being checked .So we are following the sequence as packing->picking->shipping(item fullfillment).But once we update packing for that sales order through itemfullfillment(Packing is getting updated) ,and when we try to do picking ..it is giving error as invalid order line.(The same code we are using for picking and shipping also except shipstatus).
ItemFulfillment ifm = new ItemFulfillment();
0