You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.

The AQ_CMIS_DownloadDocument container is used to download the document from a DMS and show a link on your screen, to open/download the document.

The document is identified by either a document ID, that the DMS uses to uniquely identify the document, or the document name.

You can place this container on a page or in an other container to use.

See How to setup a CMIS connection for using a DMS in combination with Blueriq.


Parameters

The DownloadDocument contains the following parameters


NameDescriptionTypeRequired
IdYou can identify the document in the DMS based on the unique IDStringtrue
Name

You can identify the document in the DMS based on the name

Stringfalse
Path

Enter the path in the DMS where to locate the document

Stringfalse
DisplaySelect the text item that should be displayed on the screen as download link for the specific documentStringtrue

Either the Id or name are required, but you cannot use both.