I've got the the client script handling UI events ...
# suitescript
d
I've got the the client script handling UI events (on Save Record), but users also upload batches of information via CSV Import, so I need to cover that as well. I suppose, I could do it as an After Submit event and if it meets the criteria, then delete the record. Hmmm.