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!
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