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!
Update your Profile with your Support type to get your Support Type badge.
Don't miss out on our Question of the Week! You only have until tomorrow, November 6, 2025, 2PM ET to comment your answers and earn rewards! Click here for more details.
Uncover the power of data with the Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the Analytics Hub now and soar to new heights!
To help you get the most out of your 2025.2 Release Preview account, review the topics outlined in the 2025.2 Release Preview Guide.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
[Code=UNEXPECTED_ERROR] An unexpected error occurred when adding sales order
Have submitted this via Support --> Customer Service --> Contact Support Online more than once and haven't received a response. Using C# to call NetSuite Web Service via lates WSDL 2.0. Received [Code=UNEXPECTED_ERROR] An unexpected error occurred when trying to add an order. Here is the underlying request soap xml. Any help is appreciated.
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <add xmlns="urn:messages_2_0.platform.webservices.netsuite.com"> <record xmlns:q1="urn:sales_2_0.transactions.webservices.netsuite.com" xsi:type="q1:SalesOrder"> <q1:entity internalId="39" type="customer" /> <q1:tranDate>2006-06-17T06:40:01</q1:tranDate> <q1:tranId>4091240-1</q1:tranId> <q1:orderStatus>_pendingFulfillment</q1:orderStatus> <q1:memo>OLIEO: Joel Davidson</q1:memo> <q1:itemList> <q1:item> <q1:item internalId="34" type="nonInventorySaleItem" /> <q1:quantity>1</q1:quantity> <q1:customFieldList> <customField xsi:type="StringCustomFieldRef" internalId="custcoltrans_url" xmlns="urn:core_2_0.platform.webservices.netsuite.com"> <value>
0