-
OAuth 2.0 Client Credentials Flow - POST Request to the Token Endpoint and the Access Token Response
Hi All, I need help as I've been at this for a number of days. I'm trying to setup OAuth2.0 Client Credentials Flow in order to access a NetSuite Restlet from a third party application. I'm using javascript in the third party application. I've been able to manage to get it working in Postman but not from the app. I've…
-
What does CONCURRENT WEB SERVICES USER mean?
Hi guys, TRN=Employee, access tab, "CONCURRENT WEB SERVICES USER" what does it means, this option will be turn on. my understanding. UI access account is not need this check box. off status. Because, always A user can access via web browser to NetSuite. Web service access means, API connect to different system then this is…
-
How to add customer and Invoices through REST APIs in NetSuite?
using rest APIs i want add customer and invoices
-
How to calculate the invoice discount correctly after Invoice payment via WS?
Hello Team, I found that NetSuite calculates incorrectly the Invoice discount when I allocate the payment to an Invoice via API. Example: I create a request to pay the Invoice by payment. Input data: The invoice amount is $500 The payment amount is $400 Request: As you see, I apply to Invoice $100. And the discount is…
-
Permission needed for Non Admin role to invoke NetSuite Purchase order API
Hi, We created a non admin Role - OT_P2P_API_Integration. We created an managed integration " OT-P2P" We created token -"OT-P2P - cbuddi@opentext.com, OT_P2P_API_Integration We we are using Token based Authentication to invoke purchase order API we cannot use the standard GET Purchase Order API…
-
Community Care and Share: Why You Need to Limit Concurrency for each Integration
You can limit the concurrency for each integration by following the steps: Navigate to Setup -> Integration -> Manage Integrations. Click the Integration you wish to edit the concurrency. Click Edit and change the Concurrency Limit to the desired value. Maximum concurrency limit is based from the available Unallocated…
-
Custom fields sync issue
Hello Team, We have the following issue with sync custom fields from NetSuite. I created a custom field. Then I try to sync it. But during one hour NetSuite doesn't return the custom field. Only in one hour, NetSuite started to return field. Example: What is the reason for this error, and how to eliminate it?
-
Handshake failure for connecting with Netsuite API /NetSuitePort_2018_2
Hi, We are from Ascentis Corporation. We are using API's from netsuite and we are calling API with https://webservices.na1.netsuite.com/services/NetSuitePort_2018_2 We are getting a .SSLHandshakeException: Received fatal alert: handshake_failure Please see full stack trace below. we are using TLSV1.2 and HMAC_SHA256…