-
New to NetSuite | How to Create Integration Records
The integration record is an integral step in enabling SOAP, REST, and RESTlets. It is also where you get the Consumer Token and Consumer Secret which is required to use the Token-Based Authentication (TBA) feature in NetSuite. The Consumer Token and Secret, also known as Client ID and Client Secret, are used to identify…
-
Suitetalk - Create Customer (POST) issue
Hi, I am trying to create a Customer with the endpoint - POST https://xxxxxx.suitetalk.api.netsuite.com/services/rest/record/v1/customer/ I am trying with this payload: { "entityid": "123452", "companyname": "Intact Test 2", "subsidiary": { "id": "3" }, "contactRoles": { "items": [ { "contact": { "id": "5986", "refName":…
-
EntityOrRoleDisabled error
I'm working on moving all of our current Netsuite integrations from Netsuite 1.0 to 2.0. In doing so I'm testing out the SuiteTalk API using our Netsuite Sandbox account I've completed the following steps. Created a new role 'Token Role' with Full permissions "Log in using Access Tokens" and "Access Token Management".…
-
Retain Sales Order Item Pricing with SOAP/SuiteTalk
I have an integration with NetSuite using SuiteTalk/SOAP that commits lines on Sales Orders. I am running into an issue where prices for items are not retaining after the item has gone through a price increase. When saving the SO back to NetSuite using SOAP services, it's pulling the current price and updating the line and…
-
NSC | When is it Best to Use Asynchronous Web Service Operations?
Asynchronous web service operations are preferred when dealing with potential performance bottlenecks. Slow or unstable connections can hinder synchronous operations, leading to timeouts or errors. By using asynchronous methods, you ensure that network issues do not impact the overall system performance. In NetSuite’s SOAP…
-
Accessing Saved Search from SuiteTalk not found
I have setup a new SS in NS. I have others that work ok. This one I get the error "A saved search with the internal ID 3201 does not exist." I can successfully access a different one. I have the Audience set in the Integration role and it is public, there are no Summary or functions in the SS. It is accessing Customer…
-
WATCH: Generating Signature for SuiteTalk Token-based Authentication
This is a How-To video in generating signature for SuiteTalk Token-based Authentication. Watch this video as our NSC Guru will show us how to generate signature.
-
New to NetSuite | REST API: Transforming Records
In NetSuite, you can create subsequent records based off parent records through the UI. For example, from a Sales Order, you can create Item Fulfillments, Bills, Payments, Invoices, or Return Authorizations by clicking the respective buttons. This feature, known as “record transformation,” can also be achieved via REST…
-
Fail to fetch table "assemblyItemBom" through SuiteTalk
Our company uses Advanced Bill of Materials and we could not fetch any data by calling "bomAssembly" via either SuiteQL or SuiteTalk, table not found. I found the following post explaining the change, however, I still could not fetch data through the new provided table name "assemblyItemBom". I assume our company's profile…
-
Suitetalk and revenue data
Hi, We have a question on getting NetSuite data interfaced to Power BI using Suitetalk. Our business is subscription driven and we want to create a dashboard on Monthly Recurring Revenue (MRR). Currently, we use the "Revenue by Item & Customer" report in NetSuite to calculate/report MRR. The default “Revenue by item &…