TheAntman
10/02/2017, 3:59 PMvar giveAccess = nlapiRequestURL('<https://forms.na1.netsuite.com/app/site/hosting/scriptlet.nl?script=186&deploy=1&compid=TSTDRV1468000&h=8909fe8fca881683ca02&contactid=>' + submit + '&companyid=' + data.companyid + '&password=' + data.password + '&confirmpassword=' + data.confirmpassword);
In theory would this line call a Suitelet from a URL and pass the parameters through? I'm trying this and yet the script won't do anything at all.