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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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