i have a user event script creating a button whic...
# suitescript
v
i have a user event script creating a button which is calling client script. now i would like to add logs into the client script. where can i see those logs of client script as it is not created and deployed as a script record?
n
You can use console.log / console.table etc to write to the browser console if that helps?
b
use Form.clientScriptModulePath in combination with Form.addButton to make a button that calls a function on the client script
the logs from the client script will be added to the parent user event script