Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Abstract Type error
I'm trying to test the NetSuite WebServices interface to determine it's suitability for some features I'm working on.
I am sending a raw SOAP request to get around any potential issues with ColdFusion (and I know those do exist). I sent the exact request from the documentation
[INDENT]
<soap:Body>
<platformMsgs:get>
<platformMsgs:baseRef internalId="983" type="customer" xsi:type="platformCore:RecordRef">
<platformCore:name/>
</platformMsgs:baseRef>
</platformMsgs:get>
</soap:Body>
[/INDENT]
I received the following error. [INDENT]soapenv:Server.userExceptionorg.xml.sax.SAXException: {urn:core_2_5.platform.webservices.netsuite.com}BaseRef is an abstract type and cannot be instantiatedpartners-java004.svale.netledger.com[/INDENT]