You can create a URL to allow users to open a specific document by its document ID. In the following example, the URL will open OnBase Mobile Access for iPhone and display the document with a document ID of 101.
onbasemobile://view?docid=101
The view parameter is used to open a single document within the OnBase Mobile Access for iPhone app, and the docid parameter specifies the exact document to open based on its document ID.
Note:
All URL parameters and values must be lowercase.