<@U5TF1GQ20> is there a way to log values in a bef...
# suitescript
p
@battk is there a way to log values in a before submit script? I am trying to capture what the field values are in api so I can do my check
b
these are really general looking question
for what is probably a really basic script
how much suitescript experience do you have
p
not as much with the client side. I have done some scheduled script
k
any where you can use in 2.0 log.debug or other, type audit, error
p
I have written the function to get the field values
k
or client side if you wanna see on browser console, then you can use console.log();
b
client script is not bad unless you have multiple client scripts deployed to the same form
get started writing it, and if you feel you need a user event script too, you can reuse some of the code you wrote for your client script
p
sounds good