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?