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
battk
06/03/2024, 2:29 PM
before submit is a user event entry point
battk
06/03/2024, 2:30 PM
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
battk
06/03/2024, 2:31 PM
if it actually is a client script, then you will need to rewrite the client script as a map/reduce script
👍 1
j
JR
06/03/2024, 3:12 PM
@battk Ah, that makes sense, thanks.
z
Zoran R-DATAGRAM
06/12/2024, 4:43 PM
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