-
SOAP create vendor bill results in USER ERROR with error message null
Hi - Usually the error message gives you something to go on, but this one is getting rejected with no error message. Any idea why that would happen or how to diagnose? I cannot see any mandatory fields not being set, any obvious problems with subsidiary mismatches, etc. thx
-
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".…
-
Convert Base64 String to PDF in Netsuite
Hi, We have a restlet that receives some information from an external system including some data in base64 encoded format. I am trying to get this data and convert it to pdf to save in file cabinet, but I am unable to decode the base64 string. The method I am using is 'atob', but it is giving me below error.…
-
Update tools integration c# suitetalk, WSDL Versi 2017.2 not avalibale
Hi Guru, has anyone ever used C# tools to integrate into netsuite using suitetalk? i want to update wsdl 2017.2 in the tool, but i lack documentation.. can anyone help me with this? Thanks, Rizky
-
Suite API error(Invalid Login Attempt) while accessing it in Postman
Hi All, I'm trying to use the Suite API by following the blog (Suite API)and testing it in Postman. I have followed all the steps and have the Consumer Key, Consumer Secret, Token Key and Token Secret. But I'm getting the Invalid login attempt error as attached in the screenshot. I have the default role of Administrator…
-
How can I apply customer payment to invoice using the API?
Hey I have customer payment and invoice on NS, and I would like to apply the payment to the invoice using the API. I've tried patching the invoice using the following API: curl --location --request PATCH 'https://<>.suitetalk.api.netsuite.com/services/rest/record/v1/customerPayment/3710' \ --header 'Authorization:<>' \…
-
SuiteScript Unexpected Error
Hi, We built a Netsuite integration into our solution, and at some point, we need to fetch Invoice PDFs from our customers. We are using a Restlet installed into our customer' Netsuite instance using a SuiteApp we developed. Unfortunately, for one of our customers, we are getting an error "An unexpected SuiteScript error…
-
Track EDI Activity on a Purchase Order
Hello NetSuite Developer Community, We’re trying to track EDI activity on a purchase order (performed through NetSuite REST API calls). Some questions we have are: 1) How do we get another option on a purchaser order, similar to printed, e-mailed, or faxed, except for EDI. 2) Is there a way to log EDI activity on a…
-
How can I post an inventory lot numbered item with suitetalk or restlet?
When I try to post an item with suitetalk or restlet it gives me the following error: "Please enter value(s) for: Tax Schedule\" How can I post an inventory lot numbered item?
-
How to resolve the "error": "unsupported_grant_type" in REST WS?
I am getting the following error in postman. Please see attached screenshot for more details. { "error": "unsupported_grant_type" }