-
Sent a PDF file on API call
Hi Team, I am currently working on integrating NetSuite with another system, and I need to send a file through an API call(post method). In Postman, I am able to directly upload the file using the form-data method and the file is received and created in the other system without any issues. But, when I tried to achieve the…
-
createSecureString(N/https.js) throws the error
Hi NetSuite Gurus, I need to use the https.createSecureString so I tried the sample in NetSuite Help Center (https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4418247678.html) in debugger but the createSecureString always throws the error as below: Could you please let me know why this method could not…
-
Increased SSS_CONNECTION_TIME_OUT errors
Hi there A variety of different scripts, connecting to different third-party servers, are receiving excessive SSS_CONNECTION_TIME_OUT errors. The errors are not caused by the third-party servers being down as it is happening across all the different services we connect to. Unfortunately I do not have a precise date as to…
-
SuiteScript: How to resolve https.request GET method with response code 400?
Hi, I have a userevent script that call a third party API to get info returned. All that I send is a uuid in JSON format { caseuuid: "c18f62c7-e5ea-4808-ab78-a4d20a08dbc0" } The response is posted below. { type: "http.ClientResponse", code: 400, headers: { Age: "0", age: "0", "Cache-Control": "public, max-age=0,…