Ok. so I'm trying to appease the NS gods by updati...
# suitescript
r
Ok. so I'm trying to appease the NS gods by updating some url's in a script file located in our SuiteScripts folder in the cabinet. I used the example in the SuiteAnswers video on the "Traffic Health" tool, but it's still unhappy. Original:
<https://forms.netsuite.com/app/site/hosting/scriptlet.nl?script=4&deploy=1&compid=XXXXXX>
1st try:
<https://XXXXXX.extforms.netsuite.com/app/site/hosting/scriptlet.nl?script=4&deploy=1&compid=XXXXXX>
Does anyone know what I'm doing wrong? The code is actually in commented-out lines, so it may not make a difference. I believe this was a shortcut reference for the developer who was working on this at the time.
t
Is it possible to use the url.resolve function here? I think they can resolve files, scripts and maybe forms...Might be worth a shot