showAttachments
opens the attachment sidebar with the attachment for the current record.
Parameters
show - open(true = default) or closes(false) the attachment sidebar. You don't have to worry if it is opend or closed before, but show will also refresh an open attachment.
Example Usages
app.showAttachments(); //open the sidebar
app.showAttachments(true); //open the sidebar
app.showAttachments(false); //closes the sidebar
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?