-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
ACCOUNT_ID for sandbox is xxx_SB1
url for sandbox is https://xxx-sb1
there is a bug
if(urlSettings.url) //using the URL provided to us { urlToCall = urlSettings.url; } else if(urlSettings.script && urlSettings.deployment) //or given a {script, deployment}, and {accountId}, designing the URL from scratch { urlToCall = 'https://' + accountSettings.accountId + '.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=' + urlSettings.script + '&deploy=' + urlSettings.deployment; }
Metadata
Metadata
Assignees
Labels
No labels