Email Client Templates

While creating an Email Client Template, one common task is to use an image within the email signature. When we use the icon Insert/edit image as below, it is possible to upload the image directly there. In this case the image will be stored wihin the sys_attachment table. A record inserted in the sys_attachment table is not captured by default in your Update Set and since you intend to move your template from development to higher instances, it is important to promote your image as well. Talking about reusing images I got a tip from MVP Marcos Kassak regarding the db_image table and in the video below I’ll show you how to use this table. When we insert an image within the db_image table, this operation is automatically captured in your Update Set so it can be a better approach while creating your email templates. Thank you.