Could someone kindly explain to me the ways to res...
# suitescript
m
Could someone kindly explain to me the ways to restrict a suitelet page? Context: I have a suitelet which displays some item data by getting results from a saved search, external URL link which is given out. This isn't really safe at all to start with but I also want to restrict who can see this, I tried restricting using the deployment and the saved search itself but it's impossible to restrict without giving a license to the individual and I don't want to give access to NetSuite at all and waste a basic or full license. What are the alternatives I have and if you could expand on how it can be achieved pls..
m
have you considered used a reslet instead? if not, maybe a simple validation of a parameter in the url used as token to allow render the page
b
@Maximiliano Maybe this would help in your scenario, it allows you to protect a Suitelet with a Google Sign In: https://ursuscode.com/netsuite-tips/secured-suitelet-with-google-sign-in/
🙏 1