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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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