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 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Issue Encountered When Setting Parent Vendor via SOAP
Good day,
I’ve been testing the creation of Vendor Bank Details using Postman / SOAP UI.
We were able to successfully create the record; however, an issue occurs when the parent vendor field is included in the fieldList. At that point, the request fails with an INSUFFICIENT_PERMISSION error.
Below are the details for reference.
SOAP Body (Update Request):
<env:Body> <platformMsgs:update> <platformMsgs:record internalId="27155" xsi:type="setupCustomization:CustomRecord"> <setupCustomization:customFieldList> <platformCore:customField xsi:type="platformCore:SelectCustomFieldRef" internalId="601"> <platformCore:value internalId="1"/> </platformCore:customField> <platformCore:customField xsi:type="platformCore:SelectCustomFieldRef" internalId="607"> <platformCore:value internalId="67"/> </platformCore:customField> <platformCore:customField xsi:type="platformCore:SelectCustomFieldRef" internalId="614"> <platformCore:value internalId="187769"/>
Tagged:
0