How to add attachments while sending out an email notification?
Hi,I used the below script in a business rule to add a static attachment along with one of the email notification.(function executeRule(current, previous /*null when async*/ ) {// Add your code herevar grSysAtt = new GlideRecord('sys_attachment');grS...