reasons to use parameters, from <@U2ASTKU79>'s boo...
# suitescript
r
reasons to use parameters, from @mattdahse's book: 1.empowering your users 2.provide ways to test your script 3.future-proof your code 4.pass info from one execution of a scheduled script to the next 5.use the same script to do different (but similar) things you don't mind, do you matt?