Hi all, i have a question about deprecation of Res...
# suitescript
h
Hi all, i have a question about deprecation of Restlet authentication through user credentials. I was asked to review all restlets that authenticated through user credentials to avoid issues once the account is upgraded to 2021.1. How do we identify if a restlet uses user credentials?
b
Use the login audit trail. User credentials will probably be the successful logins without a token-based access token name going to /app/site/hosting/restlet.nl
h
Thanks @battk, did i do this right? Screenshot below.
b
I prefer using an advanced search
Add as many filters you feel necessary to remove results that are not restlet user credential logins
h
@battk thanks, if i want to know the Restlet script name, which column should i select?
b
dont think that is logged
you can probably get it from the Execution Log if the integration is nice and actually specifies the application id
h
cool, thanks again @battk