Shows a blob document in a docViewer control.
controlId - The id of a "docViewer" control
blobData - The blob data.
let myBlob = brixxApi.getAttachmentByFileName("Invoice1.pdf"); brixxApi.showBlob("myDocViewer", myBlob);
Last updated 2 years ago