Workflow Module URLs - Mobile Access for iPhone - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Mobile Access for iPhone

Platform
OnBase
Product
Mobile Access for iPhone
Release
Foundation 23.1
License
Standard
Essential
Premier

Workflow URLs can be used to open the Workflow module, open a specific Workflow queue, or even open a specific document in a specific Workflow queue. The following base URL will allow a user to open the Workflow module within OnBase.

onbasemobile://workflow?

The following additional parameters can be specified:

Parameter

Description

queueid

The queueid parameter is used to specify a Workflow queue to open.

This parameter is optional.

docid

The docid parameter is used to specify the exact document to open within the queue, based on the document ID.

This parameter is optional.

Note:

This parameter can only be used if a queueid is specified. The docid parameter will be ignored unless the queueid is also specified.

The following URL shows an example which will display a document that has a document ID of 752 in the Workflow queue that has a queue ID of 102.

onbasemobile://workflow?queueid=102&docid=752
Note:

All URL parameters and values must be lowercase.