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

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