-
WSDL Version List in NetSuite
Hi all, We're trying to understand how the list of WSDL versions shown in NetSuite (Setup → SOAP WS UI → SOAP WS Client) is populated and whether it can be updated or refreshed manually. We're seeing some older, legacy versions listed, even though our integrations are already using the latest supported version. We’ve…
-
SOAP Intercompany Transactions
This discussion was created from comments split from: Guidance on Automating Advanced Intercompany Journal Entries Using SOAP Web Services in NetSuite One Automating Intercompany Transactions Using SOAP Web Services Sample SOAP Request: Could you provide a sample SOAP request for creating an advanced intercompany journal…
-
SOAP WS: How to include Discount Date and Subtotal in TransactionSearchAdvanced?
Hi Team, WE are using SOAP for the integration with the NetSuite. We are trying to retrieve from the NetSuite the fields from the Invoice page: "SubTotal and Discount Date" using TransactionSearchAdvanced. And we are not able to do this. Could you please recommend how we can do this? The MAIN point is to use…
-
SOAP WS: Amount remaining for "Journal entries"
Hi Team, Hope you are doing well. We have a question. We are using a request to retrieve a journal entry from the NetSuite: <soapenv:Body> <search xmlns="urn:messages_2020_1.platform.webservices.netsuite.com"> <searchRecord xmlns:ns12="urn:sales_2020_1.transactions.webservices.netsuite.com"…
-
SOAP WS > Change the "Created By" User when records are created via SOAP
We use a 3rd party platform to automate sales order entry via SOAP Web Services. When these orders get pushed to NetSuite and are created, the same user is listed as the creator of the record. I would like that to be a different user. Does anyone know of a way to change the default record creator on sales orders when using…