I have a question about post-processing after record creation. If I use suitescript to create a record and want to do post-processing on that record as soon as possible (within seconds, preferably), but I also want to know as soon as possible whether the record creation was successful, what should I do? My understanding is that if I a use a UE script on the afterSubmit event, I will not know whether the record submit was successful until the UE script has completed execution. Is there any way around this?