Jun 3, 20214 min readCross-widget communication & live widgetsTo get the content of an attachment, do the following: var attch = new GlideRecord('sys_attachment'); attch.get(<sys_id>); var gsa = new...