cancel button on incident form
Hi Team, I need cancel button on the Incident form. once click the cancel ui action and below dialog box appear. Ui action script: function cancelTicket() {var dialog = new GlideDialogWindow("cancel_incident_ticket"); //Render the dialog containing ...