Created a user event script, on afterSubmit, it takes all the lines from the transaction and creates a new work order for each line, it saves the record ID of the initial record on each work order as reference. I then also want to record the work order ID's back on each line of the original transaction.
Am I going to have to re load the record in the afterSubmit and update/save it? or are there any tricks to bypass that