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 creating Sales Order in 2.5.0 Beta interface
I'm trying to create a simple Sales Order using the 2.5.0 Beta WSDL.
My code is basically the same as the sample code: create a SalesOrder object; set the Entity, tranDate, and OrderStatus (pending fulfillment); create one line item and set its Item, Quantity, Amount.
When I run the add method to create the record, I get this error:
Please select an A/R account for this invoice.
The same code works fine against the 2.0.0 version of the Web Services interface (the sales order is created successfully).
Any ideas?
Thanks,
Dave
0