I've attached a client script (not deployed) to a ...
# suitescript
e
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
I generally use console.log() and have the browser console open.
e
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
I haven't done this in a while but doesn't the native logger log to the execution log for attached scripts?
e
Just confirmed that it does not log from the attached script