Hopefully a quick question. I've got a before submit event where I am looking for duplicates on CSV Import. If a duplicate is detected, I'd like to abort the record submission. Right now the only way I've found to do this is "throw new Error("error Details");". However, this also sends a SuiteScript error email each time it happens. I'd prefer the user to just read the CSV error log. Anyone know of a way to accomplish this without it being messy?