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!
unexpected error - customer save
hi, im getting an unexpected error when saving a record to NS,
the XML request is as follows ..
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:relationships_2_5.lists.webservices.netsuite.com" xmlns:ns2="urn:messages_2_5.platform.webservices.netsuite.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns188="urn:relationships_2_5.lists.webservices.netsuite.com"> <SOAP-ENV:Body> <ns2:add> <ns2:record xsi:type="ns188:Customer"> <ns188:isPerson>true</ns188:isPerson> <ns188:firstName>Test</ns188:firstName> <ns188:lastName>Tester</ns188:lastName> <ns188:phone>01225123123</ns188:phone> <ns188:email>
0