Does anyone know how to use external Javascript to...
# general
f
Does anyone know how to use external Javascript to create a simple record in Netsuite with the SuiteTalk REST API? The documentation is making no sense to me and I would really appreciate some help.
z
There are multiple tasks for doing that • First of all you need to be almost an expert in REST ApI and Oauth 1.0. Token based authentication used in NetSuite REST is a standard approach. I never made any client, but that I am saying to anyone who is interested in developing external app. My focus is on server (NetSuite) side • When I work on testing custom Restlet or REST NetSuite WebService, I use POSTMAN for client simulation... That is the very first step. Be sure that everything is fine on the NetSuite side, then start developing external client