Add Attachments to the Email Client Template automatically
To add all the attachments in the Email Client Template please follow the below procedure: Create a Business Rule on the sys_email table with conditions before insert. Script : var att = new GlideRecord('sys_attachment'); att.addQuery('table_s...