Hi All. I have a question in regards to executing ...
# suitescript
j
Hi All. I have a question in regards to executing a "beforeSubmit" client script on all Sales Orders from the beginning of the year. Is there an easy way to target this set of transactions and execute?
b
before submit is a user event entry point
and you better hope that its a user event script since thats the one you can trigger using one of the scheduled script options like a map/reduce script
if it actually is a client script, then you will need to rewrite the client script as a map/reduce script
👍 1
j
@battk Ah, that makes sense, thanks.
z
I am excited about the WorkFlow Mass Update feature. For all new projects, instead of server side (User events) standard Suitescript, I always create Workflow with Workflow Action script. And then it is possible to initiate them with MassUpdate. and many many other benefits