Any suggestions for setting up a User Event script...
# suitescript
i
Any suggestions for setting up a User Event script on Sales Order that runs after all the Workflows are complete? Our issue is we have some Workflows that run after submit that alter data on the Sales Order. We also have a user event script on the sale order that runs after submit and sends data off to an external source. However, since the user event script fires off first it is possible it gets sent with data before the workflow made the edits. I know in scripts we can change the order they run on. Is there anything similar for workflows? Or having workflows run before the user event scripts?
b
workflow action script
if possible, I also recommend not changing the sales order in after record submit
it will ruin performance
i
Thanks. Was thinking of doing that just auditing the after submits and converting them to before submit if possible.
Talking about workflow action script. How can I ensure that the workflow action runs at the end after all the other workflows? Can we change the order workflows run in?
b
no good news there