If you've got a script with multiple things that n...
# suitescript
k
If you've got a script with multiple things that need to happen on the same entry point, is it best practice to have each thing in its own script so it can go off in parallel, or in the same script so it can go off sequentially?