Constructing the Path - OnBase Mobile - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

OnBase Mobile

Platform
OnBase
Product
OnBase Mobile
Release
Foundation 24.1
License
Standard
Essential
Premier

The path value begins with the following:

path=upload?

The value for the dtid parameter must contain the Document Type ID. For example:

dtid=202

The kw parameter is constructed by appending the Keyword Type ID number to the parameter. For example, if a Keyword Type ID is 276, the parameter would be constructed as kw276. The value for the parameter is the value that should be indexed to that particular Keyword Type on the document.

For example, to index Keyword Type 276 with a value of 123, the parameter and value would be:

kw276=123

To add additional Keyword Types, separate additional kw parameters with an ampersand (&). For example:

kw276=123&kw170=Vendor1&kw170=Vendor2

Date Keyword Types should be entered in a YYYY-MM-DD format. For example:

kw273=2020-09-17

An unencoded path value using all of the previous examples would look like the following:

upload?dtid=202&kw276=123&kw170=Vendor1&kw170=Vendor2&kw273=2020-09-17

Once you have constructed the path value, URL encode the value and append it to the path parameter in the link:

hylandmobile://launch?appid=onbase-mobile&path=upload%3Fdtid%3D202&kw276%3D123&kw170%3DVendor1&kw170%3DVendor2&kw273%3D2020-09-17