if (input && input.action === 'reopen') { // If Incident table if (data.table == 'incident') { gr.setValue('incident_state', 2); gr.setValue('state', 2); gr.comments = "Ticket reopened with comments: "+ input.reopenComments; gr.update(); } }