Hi everyone. I’m new to working on netsuite and am...
# suitescript
d
Hi everyone. I’m new to working on netsuite and am curious to know, if we write a restlet script is there a way to make it available to all customers without the need to manually upload and deploy the script?
g
https://1170537-sb1.app.netsuite.com/app/help/helpcenter.nl?fid=section_N2971402.html might help answer your question. I don't think you can have a wide-open unauthenticated RESTlet.
https://1170537-sb1.app.netsuite.com/app/help/helpcenter.nl?fid=section_4636473568.html also restates that you DO need to create a deployment. But, you can deploy it to all roles/groups/partners at once.
b
if you mean have the url for the restlet be available without authentication, then the answer is no
if you mean to have something to install the script record and deployment, then you are looking for SuiteBundler, SuiteApp Marketplace, or SuiteApp Control Center
d
It’s the second one. Authentication is all good. I’m looking for a way to distribute it easily to many customers. I’ll check those out, thanks @battk