Resolved! onsubmit validation : syntaxerror: unexpected end of json input servicenow
Hi All, For below OnSubmit script, I am getting syntaxerror: unexpected end of json input servicenow. Can someone please suggest what can be rectified? function onSubmit() { var type = g_form.getValue('request_type'); if (type != 'Delete') { ...