Hi all, we have external url in both suitelet and ...
# beginners
s
Hi all, we have external url in both suitelet and restlet. Can i know the difference between these?
b
its the url to use for a user who is not logged into netsuite
externally available restlets require authentication, suitelets do not
s
Using an internal url for a RESTlet, does it not require the authentication to trigger ?
b
no
only requires a cookie from an active user session
s
okay, Thank you 🙂