onAttachmentsShow

This event is called just before the attachments panel open. Can be used to set the config and id of the attachments you want to show. This is an App wide event!

Example Usages

   app.attachmentRecordId = app.getFieldValue("addressId");
   app.attachmentAppName = "address";

Last updated