Why isn't my suitelet getting called from this aft...
# suitescript
n
Why isn't my suitelet getting called from this after submit request?
var url = ('<https://xxxxxx-sb1.app.netsuite.com>') + (nlapiResolveURL('SUITELET', 'customscript_switch_warehouse_suitelet', 'customdeploy1')) + ('&type=' + encodeURIComponent(recType) + '&id=' + encodeURIComponent(recId));
                
var trigger = nlapiRequestURL(url);
b
it is making the request, but its calling an internal url
serverside scripts dont have the cookie required to access internal urls