Update or replace existing comments or work notes in Incident Page
function commentsDialog() { gsftSubmit(null, g_form.getFormElement(), 'comments_dialog'); } var gr = new GlideRecord("incident"); gr.addQuery('number', current.number); gr.addQuery("element", "comments"); gr.query(); if (gr.next()) { var no...
