If the same thing can be done on a workflow or a suitescript userEvent beforeSubmit, which one is faster, or "better" to use? What if I already have another suiteScript running beforeSubmit?
Example, if the existing suiteScript is looking for a checkbox on a sales order, and if that checkbox is checked, then it ensures a specific line item exists.
Then, if we also want to update a hidden field to match another value, would a workflow or suitescript be more efficient? I'm hoping the answer is that they're so comparable that it is whichever is more comfortable (competent developer here, so I'd prefer to keep everything in a suitescript.)