Is it possible to call a restlet from a SS1.0 afte...
# suitescript
d
Is it possible to call a restlet from a SS1.0 afterSubmit without having to resort to credentials? Fetching the internal URL I'm getting "SSS_INVALID_URL The URL must be a fully qualified HTTP/HTTPS URL" and using the external URL, or internal URL on the UI base URL I get "INVALID_LOGIN_ATTEMPT"
b
internal urls use a JSESSIONID cookie for authentication
so if your script is triggered from the ui, which usually will have thet cookie set, then you can setup a field to hold the cookie for later use