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
Adding item with subsidiaryList => UNEXPECTED_ERROR
Hi
I'm having problems adding items to a specific subsidiary. It works fine if I don't use subsidiaryList but as soon as I do, I get UNEXPECTED_ERROR.
Is anyone else doing this successfully? If so, please copy & paste your SOAP request. Thanks.
<strong>Request:</strong> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:platformMsgs="urn:messages_2_6.platform.webservices.netsuite.com" xmlns:listAcct="urn:accounting_2_6.lists.webservices.netsuite.com" xmlns:platformCore="urn:core_2_6.platform.webservices.netsuite.com" xmlns:platformCommon="urn:common_2_6.platform.webservices.netsuite.com"&gt; &lt;soapenv:Body&gt; &lt;platformMsgs:addList&gt; &lt;platformMsgs:record xsi:type="listAcct:NonInventoryResaleItem"&gt; &lt;listAcct:expenseAccount internalId="130" /&gt; &lt;listAcct:incomeAccount internalId="228" /&gt; &lt;listAcct:taxSchedule internalId="1" /&gt; &lt;listAcct:itemId&gt; &lt;![CDATA[test]]&gt; &lt;/listAcct:itemId&gt; &lt;listAcct:subsidiaryList&gt; &lt;platformCommon:subsidiary internalId="2" /&gt; &lt;/listAcct:subsidiaryList&gt; &lt;/platformMsgs:record&gt; &lt;/platformMsgs:addList&gt; &lt;/soapenv:Body&gt; &lt;/soapenv:Envelope&gt; <strong>Response:</strong> &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;soapenv:Envelope xmlns:soapenv="
0