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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Error Creating Credit Memo
Whenever we attempt to create a Credit Memo via Webservcies Sandbox, we receive the following error: "An unexpected error occurred. Error ID: fflq6a03c6ztrnq8kukh"
Any suggestions? The internal ID's in the request are valid.
WSDL: https://webservices.sandbox.netsuite.com/wsdl/v2_5_0/netsuite.wsdl
SOAP Request:
<soap:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <add xmlns="urn:messages_2_5.platform.webservices.netsuite.com"> <record externalId="1018788" xsi:type="q1:CreditMemo" xmlns:q1="urn:customers_2_5.transactions.webservices.netsuite.com"> <q1:customForm internalId="94"/> <q1:entity type="customer" internalId="31199"/> <q1:tranId>1018788</q1:tranId> <q1:class internalId="3"/> <q1:salesRep internalId="23108"/> <q1:isTaxable>false</q1:isTaxable> <q1:itemList> <q1:item> <q1:item internalId="80"/> <q1:quantity>1</q1:quantity> <q1:description>CREDIT</q1:description> <q1:amount>4.5</q1:amount> </q1:item> </q1:itemList> </record> </add> </soap:Body> </soap:Envelope>
0