-
NetSuite SOAP XML response for Unit Type doesn't return internal id of Units
Hello, We are using SOAP SuiteTalk services and we recently noticed an issue for getList response for UnitsType. We used to get the internal id of the Unit type, and the internal id of each unit under that type. Here is the response which includes both internal ids: But recently, the response is missing the internal id of…
-
SuiteTalk SOAP Vendor Bill - Insert Pass | Update Fail
Hello, I'm creating a vendor bill using SuiteTalk SOAP. The insert passes meaning the vendor bill is created and the link to the PO is set. The update fails meaning the vendor bill is updated but the link to the PO is unset. (the PO created by the insert above will have the links to the PO removed upon update) I've tried…
-
Item Receipt Line - Update Class via SuiteTalk SOAP
Howdy, We've recently updated our Class structure and would like to update all Item Receipts after 1/1/2023. I don't see the Class field listed in the SuiteTalk SOAP Schema Browser for ItemReceiptItem. (Class is listed for ItemFulfillmentItemList) Would anyone have suggestion on how to update Item Receipt.Line.Class?…
-
Concurrent SOAP Request results in 429 error
As per docs, the minimum number of concurrent requests allowed is 15(10 is the base limit + 5 account limit). But when we are sending 10 concurrent requests to Oracle Netsuite we are getting 429 errors with SOAP Fault -> ExceededConcurrentRequestLimitFault. Note: We are using TBA(token-based authentication) Any reason why…
-
How to override NetSuite calculated tax amount on Vendor Credits using SuiteTalk SOAP API?
Hello everyone, I have a question regarding overriding NetSuite auto calculated tax amount on Vendor Credits using SOAP and appreciate your help. Background Our application is working with legacy tax feature of NetSuite where Tax Codes can be specified per Expense lines and NetSuite auto calculates tax amount. For example,…
-
How to register NetSuite SOAP API using Groovy Script?
Dear All I'm trying to register NetSuite SOAP API in Oracle Engagement Cloud Application Composer and invoke the API using groovy script. get is one of the methods from the web service that is available to be selected from the groovy script from the registration. This method has the parameters passport, tokenPassport,…
-
Inventory Adjustment Custom Column Fields in SuiteTalk Response
Unable to see or add values in Inventory Adjustment Custom Column Fields in SuiteTalk Response. The schema also has to custom fields in it. What is the workaround for this? <complexType name="InventoryAdjustmentInventory"> <sequence> <element name="item" type="platformCore:RecordRef" minOccurs="0"/>…
-
Soap customer information
Hi there, When I have an application where a customer fills out their information, I can make a call to add 1 address to Netsuite, then 1 address to Netsuite again (if their shipping info isn't the same as their billing info) and then credit card information... so 3 calls thus far. Is there a way to combine all 3 in 1…
-
Suitetalk get Balance Sheet
We are unable to find a query to Balance Sheet Detail Report. Is it possible to do the same or not? If it is possible can you share some query samples or point to documentation about the same?
-
Suitetalk Filtering data by Subsidiary
We are unable to find a query to filter data based on Subsidiary(like filtering vendor payment endpoint by Subsidiary). Is it possible to do the same or not? If it is possible can you share some query samples or point to documentation about the same?