This topic describes how to create a URL for Quick Access to retrieve a specific OnBase document.
Quick Access uses the document handle (the unique document ID) of the OnBase document for retrieval. The URL to retrieve a document is structured in the following format:
https://[server]/[qav-application]/viewer/document/[document_ID]
To create a link to a specific OnBase document:
https://server/qav-application/viewer/document/1234
Using this format, an example URL to retrieve the document with document handle 1234 may look like the following:
https://my.server.com/QAV/viewer/document/1234