Skip to content
Snippets Groups Projects
onValidation.js 215 B
Newer Older
import("system.neon");

//reload the field on save to make sure the offercode is really unique, otherwise the offercode could be the same for two offers created at
//the same time
neon.refresh(["$field.OFFERCODE"]);