Question

I am trying to update NetSuite Opportunity line items via SOAP API (https://webservices.sandbox.netsuite.com/wsdl/v2012_1_0/netsuite.wsdl).

In NS opportunity line items are setup as a group. When I try to update the line items, I am sending one item via SOAP API with the internalId that matches that group.

The only use case that is not working is when Opportunity already has line items. In that case, NS is returning the message: "USER_ERROR You cannot delete the end of group line. You must delete the group."

I also do not manage to delete those items by sending the empty items list. NS is returning the same error message as above.

Any help is greatly appreciated!

Was it helpful?

Solution 2

According to Net Suite support, this is a bug and it is scheduled to be fixed with 2014.1 release.

Thanks to everyone involved in this question.

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top