how could we return new external url of Suitelet t...
# suitescript
k
how could we return new external url of Suitelet through using
url.resolveScript({});
, tried but returning old deprecated URL still, will NetSuite change it to new ?
m
You could create a NetSuite support case to find out the answer to that. until they do, you could probably just use the
url.resolveDomain()
API to correct the one you have.