Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 IDStringtrueYes
Name

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

StringfalseNo
Path

Enter the path in the DMS where to locate the document

StringfalseNo
DisplaySelect the text item that should be displayed on the screen as download link for the specific documentStringtrueYes

Note

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