You are viewing the documentation for Blueriq 17. 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 IDStringYes
Name

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

StringNo
Path

Enter the path in the DMS where to locate the document

StringNo
DisplaySelect the text item that should be displayed on the screen as download link for the specific documentStringYes

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