Hi Guys, I hope everyone is doing good, I have cre...
# suitescript
m
Hi Guys, I hope everyone is doing good, I have created and deployed RESTlet script on netsuite. but when I'm calling the script externally, I'm getting this error
Copy code
{
  "error": {
    "code": "SSS_INVALID_SCRIPTLET_ID",
    "message": "That Suitelet is invalid, disabled, or no longer exists."
  }
}
n
maybe check your deployment is available without login
m
Yes, I checked it is available.
Please have a look at below
by the way script is restlet why it showing message Invalid Scriptlet.
m
Thanks@battk it's working fine now but why the response is instead list of record
org.mozilla.javascript.Undefined@41860e08
b
what are you returning
m
ohh my mistake sorry for that, i was not returning anything
@battk Thanks again, you are helping a lot.