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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Getting error when posting a note
I'm using the following SOAP to post a user note to a sales order. Following the SOAP script is the error msg I'm getting back.
<soap:Body>
<platformMsgs:add xmlns:platformMsgs=""urn:messages_2_6.platform.webservices.netsuite.com"">
<generalComm:record xmlns:generalComm=""urn:communication_2_6.general.webservices.netsuite.com"" xsi:type=""generalComm:Note"">
<generalComm:title>Note title</generalComm:title>
<generalComm:note>This is the note</generalComm:note>
<generalComm:transaction xsi:type=""generalComm:transaction"" internalId=""58613"" type=""salesOrder"" >
</generalComm:transaction>
</generalComm:record>
</platformMsgs:add>
0