How to prevent the same record from being updated at the same time
I found Simultaneous Update Alert script my instance:// Warn when two users are editing the same record function onSubmit() { var updatedOn = gel('onLoad_sys_updated_on').value; if (!updatedOn) return; var gr = new GlideRecord(g_form.getTableName())...