Notification Email Scripts
Hi All, I have written a e-mail script to display the incident summary in the notification. Email script:var incident_record = current.sysapproval.getRefRecord(); if(incident_record){ template.print("<table>"); template.print("<tr><td><strong>C...
