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.
CustomRecord add is failing
We have an application that adds custom records to the database.
Our code follows the example given in the WebServicesRecords guide and worked fine with WS 1.3.2.
Since upgrading to 2.0 our custom records are being submitted with all their custom fields blank.
e.g.
<soapenv:Body>
<add xmlns="urn:messages_2_0.platform.webservices.netsuite.com">
<record xsi:type="ns8:CustomRecord" xmlns:ns8="urn:customization_2_0.setup.webservices.netsuite.com">
<ns8:recType internalId="370" xsi:type="ns9:RecordRef" xmlns:ns9="urn:core_2_0.platform.webservices.netsuite.com">
<ns9:name xsi:type="xsd:string">JAADE
</ns9:name>
0