Resolved! onSubmit client script starts on update of a record too
Hi,I have a weird behaviour with a client script that should take place only on a submit of a new record, but it works on update too.The script is very simple:function onSubmit(){ var gr = new GlideRecord('table'); gr.addQuery('key',g_form.getV...
