Attachment Help!!
How to Send attachment over E-Boding in ServiceNow.. I tried the below code but not working var SendIncidentWithAttachments = Class.create();SendIncidentWithAttachments.prototype = {initialize: function() {},sendIncident: function(incidentSysId) {v...