I've attached a client script (not deployed) to a suitelet. Is there anyway I can log information from the client script with log.debug or something similar?
s
Sandii
08/20/2020, 5:43 PM
I generally use console.log() and have the browser console open.
e
ericbirdsall
08/20/2020, 5:45 PM
It's a customer facing suitelet and I'm trying to debug where they are running into issues. So I'm wanting to log out when they change certain fields and such. Possible for me to see that if I'm not the one using the suitelet?
s
stalbert
08/20/2020, 6:01 PM
I haven't done this in a while but doesn't the native logger log to the execution log for attached scripts?
e
ericbirdsall
08/20/2020, 6:25 PM
Just confirmed that it does not log from the attached script