At what point in time do User Event Scripts run th...
# general
a
At what point in time do User Event Scripts run their entry points, compared to when Workflows run theirs? And in what order do multiple workflows run? We can see and change the order of execution for user event scripts but I don't see a way to control or find out that for Workflows.
a
Thank you, I had forgotten those points in the page whose URL you provided, and that answers my second question :) Now I just need to find out the answer to my first question.
n
I haven't found documentation on this but from exp I'm pretty sure that User Event before Workflow but the EntryPoint/Trigger will always take priority so: UserEvents BeforeSubmit will go before a workflows BeforeRecordSubmit but a workflows BeforeRecordLoad will fire before a UserEvents AfterSubmit!
1
a
That seems to be how it behaves for me too. Thanks 🙂