mtsb
04/25/2019, 1:13 PMjarens
04/25/2019, 1:19 PMvar environment = usercontext.getEnvironment();
if (environment == 'SANDBOX') {
var Path = '<https://12345-sb1.app.sandbox.netsuite.com>';
}
if (environment == 'PRODUCTION') {
var Path = ''<https://12345.app.netsuite.com>';
}jarens
04/25/2019, 1:19 PMmtsb
04/25/2019, 1:20 PMWolf
04/25/2019, 2:33 PMmtsb
04/25/2019, 2:35 PMmtsb
04/25/2019, 2:37 PMWolf
04/25/2019, 2:37 PMWolf
04/25/2019, 2:42 PMmtsb
04/25/2019, 2:43 PMh parameter aren’t available/discoverable that i can see. url.resolveDomain({hostType: url.HostType.FORM, accountId: "xxxxxx-sbx"})
"<http://forms.na0.netsuite.com|forms.na0.netsuite.com>"