-
PUSH PAYMENT ISSUE (SOAP request)
Title: PUSH PAYMENT ISSUE (SOAP request) Hi Team, Hope you are doing well. Could you please help me with the next situation? I'm pushing payment via SOAP with the field "class" and getting such an error: Unable to complete the transaction. You do not have permissions to set a value for element class due to one of the…
-
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…
-
How to fetch the list of TaxType and TaxCode for SuiteTax using SOAP SuiteTalk
Hi everyone, We have an application that integrates with NetSuite using SuiteTalk SOAP API. We are trying to add support for SuiteTax. When I send a VendorBill to NetSuite, and fetch the created invoice, I can see it adds some tax related information to the lines: "expenseList": { "expense": [ . . . some other fields. . .…
-
Post a Write-off Journal Entry using SOAP
Hello, It looks like the way to write-off a bad debt in NetSuite is creating a journal entry to a designated account. Could you give an example payload to create such a record using SOAP? Also, this method doesn't seem to provide detailing on the invoices, which were closed in such a transaction, is that right? Or if it is…
-
Questions about SOAP Web Services endpoint release/support policy changes
This is in reference to the SOAP Web Services endpoint release and support policy changes announcement posted earlier today. Also, this is my first time posting in the community, so I apologize if I'm posting in the wrong place or doing something else incorrectly. I just wanted to get some clarification on what all this…
-
Getting You do not have permissions to set a value for element expense.location
I am trying to push/add VendorCredit using SOAP API & below is my payload <add xmlns="urn:messages_2023_1.platform.webservices.netsuite.com"><record xsi:type="ns1:VendorCredit" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="urn:purchases_2023_1.transactions.webservices.netsuite.com"…
-
Getting Permission Violation: You need the 'Lists -> Tax Details Tab' permission to access this page
Getting an error while making a SOAP call to TransactionSearchBasic. Error → Permission Violation: You need the 'Lists -> Tax Details Tab' permission to access this page. Please contact your account administrator.
-
New to NetSuite | SOAP Web Services: getBudgetExchangeRate Operation
After successfully following the steps detailed in the following articles related to SOAP Web Services Integration: Enabling SOAP Integration, as explained in the article New To NetSuite | Pre-requisites to Setup SOAP and REST Web Services; Creating a SOAP Integration by following the instructions in the articles New to…
-
NetSuite Admin Tip | SOAP Web Services: InvalidVersionFault Error
When integrating with NetSuite SOAP Web Services, you may encounter the InvalidVersionFault error. This error occurs when the request message specifies an unsupported or outdated version of the NetSuite schema. NetSuite regularly updates its Web Services versions, and older versions may become deprecated, requiring…
-
New to NetSuite | SOAP Web Services: Attach Operation
After successfully following the steps detailed in the following articles related to SOAP Web Services Integration: Enabling SOAP Integration, as explained in the article New To NetSuite | Pre-requisites to Setup SOAP and REST Web Services; Creating a SOAP Integration by following the instructions in the articles New to…